We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test-mithril-client-wasm
1 parent e7c1655 commit 0d75d2bCopy full SHA for 0d75d2b
.github/workflows/test-client.yml
@@ -479,3 +479,13 @@ jobs:
479
run: |
480
python3 ./.github/workflows/scripts/run-wasm-tests-browser-headless.py firefox
481
./.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