Skip to content

Commit 0ff54da

Browse files
committed
cleanup tests even if reporting fails
...otherwise it may cause other side effects.
1 parent ded08bd commit 0ff54da

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)