fix(ci): bad tests folder
This commit is contained in:
@@ -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)))
|
||||||
|
|||||||
Reference in New Issue
Block a user