Skip to content

Commit b7bcd0f

Browse files
committed
ci: add code_to_optimize/js/ to e2e_js path filter
The change detection for JS E2E tests was missing the test fixture directory, so PRs that only modify JS test data (like this one) were skipped. Java already had its equivalent path included.
1 parent a73ccca commit b7bcd0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ jobs:
8383
'codeflash/telemetry/' 'codeflash/tracing/' 'codeflash/verification/' \
8484
'tests/' 'pyproject.toml' 'uv.lock'
8585
86-
# JS E2E tests: JS language support + shared pipeline + packages
86+
# JS E2E tests: JS language support + shared pipeline + packages + test fixtures
8787
check_paths e2e_js \
8888
'codeflash/languages/javascript/' 'codeflash/languages/base.py' \
8989
'codeflash/languages/registry.py' 'codeflash/optimization/' \
9090
'codeflash/verification/' 'packages/' \
91-
'tests/scripts/end_to_end_test_js*'
91+
'code_to_optimize/js/' 'tests/scripts/end_to_end_test_js*'
9292
9393
# Java E2E tests: Java language support + shared pipeline + runtime
9494
check_paths e2e_java \

0 commit comments

Comments
 (0)