Skip to content

Commit 0d75d2b

Browse files
committed
test: add artifact upload step for test-mithril-client-wasm job
1 parent e7c1655 commit 0d75d2b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test-client.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,3 +479,13 @@ jobs:
479479
run: |
480480
python3 ./.github/workflows/scripts/run-wasm-tests-browser-headless.py firefox
481481
./.github/workflows/scripts/parse-wasm-headless-tests-results.sh firefox-results.html
482+
483+
- name: Upload Results Artifacts
484+
if: failure()
485+
uses: actions/upload-artifact@v4
486+
with:
487+
name: mithril-e2e-tests-artifacts-run_${{ github.run_number }}-attempt_${{ github.run_attempt }}-run_id_${{ matrix.run_id }}
488+
path: |
489+
chrome-results.html
490+
firefox-results.html
491+
if-no-files-found: error

0 commit comments

Comments
 (0)