Skip to content

Commit b802013

Browse files
committed
fix: remove JS exclusion from unit test workflows
test_multi_file_code_replacer.py depends on code_to_optimize/js/ fixtures, so unit tests need to trigger on JS fixture changes.
1 parent 0e2d4f4 commit b802013

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/unit-tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
- 'codeflash/**'
99
- 'tests/**'
1010
- 'code_to_optimize/**'
11-
- '!code_to_optimize/js/**'
1211
- 'pyproject.toml'
1312
- 'uv.lock'
1413
workflow_dispatch:

.github/workflows/windows-unit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
- 'codeflash/**'
99
- 'tests/**'
1010
- 'code_to_optimize/**'
11-
- '!code_to_optimize/js/**'
1211
- 'pyproject.toml'
1312
- 'uv.lock'
1413
workflow_dispatch:

0 commit comments

Comments
 (0)