Skip to content

Commit 5ca7c4d

Browse files
authored
Merge pull request #166 from WordPress/github-action-cleanup
cleanup tests even if reporting fails
2 parents 1ae054d + 0ff54da commit 5ca7c4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686

8787
- name: Report the results
8888
run: php report.php
89+
# Prevent the workflow from stopping if the reporting fails.
90+
continue-on-error: true
8991

9092
- name: Cleanup
9193
run: php cleanup.php

0 commit comments

Comments
 (0)