Update github test filters

This commit is contained in:
Sirz Benjie 2025-05-01 21:34:14 -05:00
parent 2a62a51cf6
commit 9e98cd9bf2
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -4,6 +4,7 @@ all:
- "public/**" - "public/**"
# Workflows that can impact tests # Workflows that can impact tests
- ".github/workflows/test*.yml" - ".github/workflows/test*.yml"
- ".github/test-filters.yml"
# top-level files # top-level files
- "package*.json" - "package*.json"
- ".nvrmc" # Updates to node version can break tests - ".nvrmc" # Updates to node version can break tests