Skip to content

Commit ddf0299

Browse files
committed
Fix GitHub Actions test check.
1 parent 905c236 commit ddf0299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353
sync_files: false
354354
run: |
355355
cat test.log
356-
grep -q '^0 failures' test.log
356+
grep -q '^0 failed' test.log
357357
358358
coverage:
359359
if: ${{ ! inputs.no_coverage }}

0 commit comments

Comments
 (0)