Skip to content

Commit 9bec4c6

Browse files
committed
ci: fix
1 parent b7f797a commit 9bec4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747

4848
- name: Do not Publish Java code coverage
4949
if: !github.ref == 'refs/heads/master'
50-
printf ">>>>> Bypassing code coverage publish step for feature branch/PR build.\n"
50+
run: printf ">>>>> Bypassing code coverage publish step for feature branch/PR build.\n"

0 commit comments

Comments
 (0)