Skip to content

Commit 0762715

Browse files
committed
fix
1 parent 4e975c4 commit 0762715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/daily-test-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ steps:
5151
fi
5252
shell: bash
5353
- name: Build the project and produce coverage report
54-
if: steps.check_build_steps_file.outputs.exists == 'true'
54+
if: steps.check_coverage_steps_file.outputs.exists == 'true'
5555
uses: ./.github/actions/daily-test-improver/coverage-steps
5656
id: coverage-steps
5757

0 commit comments

Comments
 (0)