From cbc3a9e56adc123c4081fd126d2ab66e32b2e3f8 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sun, 16 Jan 2022 23:54:56 -0500 Subject: [PATCH] tests: update ci requirements --- tests/ci.test.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/ci.test.js b/tests/ci.test.js index 523b77f4..348d5323 100644 --- a/tests/ci.test.js +++ b/tests/ci.test.js @@ -11,25 +11,25 @@ describe("Check files editions (checkout your files if needed)", () => { void test.each([ "README.md", "source/plugins/README.md", + "source/plugins/community/README.md", "source/templates/README.md", "action.yml", "settings.example.json", "tests/plugins/*", + ".github/workflows/examples.yml", + ".github/readme/partials/documentation/compatibility.md" ])("%s", async file => expect((await diff()).includes(file)).toBe(false))) describe("Repository level files were not modified", () => void test.each([ ".github/config/*", ".github/ISSUE_TEMPLATE/*", - ".github/PULL_REQUEST_TEMPLATE/*", ".github/readme/partials/license.md", - ".github/readme/partials/setup.md", - ".github/readme/partials/features.md", - ".github/readme/partials/documentation/compatibility.md", - ".github/readme/partials/introduction.md", - ".github/workflows/*", ".github/scripts/*", - ".github/FUNDING.yml", + ".github/workflows/*", ".github/architecture.svg", + ".github/dependabot.yml", + ".github/FUNDING.yml", + ".github/pull_request_template.md/*", "LICENSE", "ARCHITECTURE.md", "SECURITY.md",