File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
./.github/scripts/fill_introduced_tests.sh "$CHANGED_TEST_FILES" "${{ github.workspace }}/evmtest_coverage/coverage/PATCH_TESTS" "${{ env.BLOCK_GAS_LIMIT }}" "${{ env.FILL_UNTIL }}"
134
134
135
135
- name : Parse and fill introduced test sources from before the PR
136
- if : ${{ (steps.changed-tests.outputs.tests_any_modified == 'true ' || steps.changed-tests.outputs.tests_any_deleted == 'true ') && steps.ported-from.outputs.any_ported == 'false' }}
136
+ if : ${{ (steps.changed-tests.outputs.tests_modified_files_count != '0 ' || steps.changed-tests.outputs.tests_deleted_files_count != '0 ') && steps.ported-from.outputs.any_ported == 'false' }}
137
137
id : pre-patch-fill
138
138
env :
139
139
MODIFIED_TEST_FILES : ${{ steps.changed-tests.outputs.tests_modified_files }}
You can’t perform that action at this time.
0 commit comments