Skip to content

Commit 548fc8c

Browse files
committed
ci: always create test summaries, even on failure
When the dependent jobs fail -- possibly due to test failures -- we should still produce the job summary that shows those test failures.
1 parent 14c1156 commit 548fc8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ jobs:
323323
test_results:
324324
name: Test results
325325
needs: [ build ]
326+
if: always()
326327
runs-on: ubuntu-latest
327328
steps:
328329
- name: Download test results

0 commit comments

Comments
 (0)