Skip to content

Commit 5242e87

Browse files
committed
Updated GHA to always store test results artifacts.
1 parent 41dfb31 commit 5242e87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162

163163
- name: Upload test results as an artifact
164164
uses: actions/upload-artifact@v4
165+
if: always()
165166
with:
166167
name: Artifacts (${{ matrix.name }})
167168
path: build/web/sites/simpletest/browser_output

0 commit comments

Comments
 (0)