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