From fa7ad6c61fa9824034258ad7d9be3329d52cb73f Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Tue, 22 Nov 2022 18:14:53 -0500 Subject: [PATCH] fix(ci): bad tests folder --- tests/ci.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci.test.js b/tests/ci.test.js index 5bce071b..02c21c7e 100644 --- a/tests/ci.test.js +++ b/tests/ci.test.js @@ -15,7 +15,7 @@ describe("Check file changes (checkout your files if needed)", () => { "source/templates/README.md", "action.yml", "settings.example.json", - "tests/plugins/*", + "tests/cases/*", ".github/workflows/examples.yml", ".github/readme/partials/documentation/compatibility.md", ])("%s", async file => expect((await diff()).includes(file)).toBe(false)))