We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e975c4 commit 0762715Copy full SHA for 0762715
1 file changed
workflows/daily-test-improver.md
@@ -51,7 +51,7 @@ steps:
51
fi
52
shell: bash
53
- name: Build the project and produce coverage report
54
- if: steps.check_build_steps_file.outputs.exists == 'true'
+ if: steps.check_coverage_steps_file.outputs.exists == 'true'
55
uses: ./.github/actions/daily-test-improver/coverage-steps
56
id: coverage-steps
57
0 commit comments