From 92f10275e3aedeb2be4ce67eee00a93b5cab845d Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:23:42 -0400 Subject: [PATCH] Reverted test-filters.yml --- .github/test-filters.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/test-filters.yml b/.github/test-filters.yml index 796432679e1..fc52e85082c 100644 --- a/.github/test-filters.yml +++ b/.github/test-filters.yml @@ -3,7 +3,6 @@ all: - "src/**/!(*.{md,py,sh,gitkeep,gitignore})" - "test/**/!(*.{md,py,sh,gitkeep,gitignore})" - "public/**/!(*.{md,py,sh,gitkeep,gitignore})" - - "scripts/**/!(*.{md,py,sh,gitkeep,gitignore})" # Workflows that can impact tests - ".github/workflows/test*.yml" - ".github/test-filters.yml" @@ -12,6 +11,5 @@ all: - ".nvrmc" # Updates to node version can break tests - "vite*" # vite.config.ts, vite.vitest.config.ts, vitest.workspace.ts - "tsconfig*.json" # tsconfig.json tweaking can impact compilation - - "jsconfig*.json" # jsconfig.json tweaking can impact compilation - "global.d.ts" - ".env*" \ No newline at end of file