fix(ci): bad tests folder

This commit is contained in:
lowlighter
2022-11-22 18:14:53 -05:00
parent 2251ba7750
commit fa7ad6c61f

View File

@@ -15,7 +15,7 @@ describe("Check file changes (checkout your files if needed)", () => {
"source/templates/README.md", "source/templates/README.md",
"action.yml", "action.yml",
"settings.example.json", "settings.example.json",
"tests/plugins/*", "tests/cases/*",
".github/workflows/examples.yml", ".github/workflows/examples.yml",
".github/readme/partials/documentation/compatibility.md", ".github/readme/partials/documentation/compatibility.md",
])("%s", async file => expect((await diff()).includes(file)).toBe(false))) ])("%s", async file => expect((await diff()).includes(file)).toBe(false)))