Reverted test-filters.yml

This commit is contained in:
Bertie690 2025-08-18 09:23:42 -04:00 committed by GitHub
parent e9b758414c
commit 92f10275e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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*"