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 b7f797a commit 9bec4c6Copy full SHA for 9bec4c6
.github/workflows/build-test.yml
@@ -47,4 +47,4 @@ jobs:
47
48
- name: Do not Publish Java code coverage
49
if: !github.ref == 'refs/heads/master'
50
- printf ">>>>> Bypassing code coverage publish step for feature branch/PR build.\n"
+ run: printf ">>>>> Bypassing code coverage publish step for feature branch/PR build.\n"
0 commit comments