From 82322a4df0672f99491078dc4f8ea9eb7c268bcb Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Fri, 2 May 2025 09:44:58 -0500 Subject: [PATCH] Update test-filters.yml --- .github/test-filters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/test-filters.yml b/.github/test-filters.yml index 31d1ca1bc2c..89f4322adea 100644 --- a/.github/test-filters.yml +++ b/.github/test-filters.yml @@ -11,7 +11,7 @@ all: - "vite*" # vite.config.ts, vite.vitest.config.ts, vitest.workspace.ts - "tsconfig*.json" # tsconfig.json tweaking can impact compilation - "global.d.ts" - - ".env.*" + - ".env*" # Blanket negations for files that cannot impact tests - "!**/*.py" # No .py files - "!**/*.sh" # No .sh files