Skip to content

Commit 21f61ec

Browse files
committed
ci: add java_tracer_e2e fixture path to e2e_java change detection
The fixture directory wasn't in the path filter, so changes to Workload.java didn't trigger the java E2E tests.
1 parent 2b0f633 commit 21f61ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ jobs:
9595
'codeflash/languages/java/' 'codeflash/languages/base.py' \
9696
'codeflash/languages/registry.py' 'codeflash/optimization/' \
9797
'codeflash/verification/' 'codeflash-java-runtime/' \
98-
'code_to_optimize/java/' 'tests/scripts/end_to_end_test_java*'
98+
'code_to_optimize/java/' 'tests/scripts/end_to_end_test_java*' \
99+
'tests/test_languages/fixtures/java_tracer_e2e/'
99100
env:
100101
MERGE_BASE: ${{ steps.merge_base.outputs.sha }}
101102

0 commit comments

Comments
 (0)