We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0f633 commit 21f61ecCopy full SHA for 21f61ec
1 file changed
.github/workflows/ci.yaml
@@ -95,7 +95,8 @@ jobs:
95
'codeflash/languages/java/' 'codeflash/languages/base.py' \
96
'codeflash/languages/registry.py' 'codeflash/optimization/' \
97
'codeflash/verification/' 'codeflash-java-runtime/' \
98
- 'code_to_optimize/java/' 'tests/scripts/end_to_end_test_java*'
+ 'code_to_optimize/java/' 'tests/scripts/end_to_end_test_java*' \
99
+ 'tests/test_languages/fixtures/java_tracer_e2e/'
100
env:
101
MERGE_BASE: ${{ steps.merge_base.outputs.sha }}
102
0 commit comments