github/workflows: Print test failures for webassembly workflow.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
329f8252b9
commit
49ce93eeec
3
.github/workflows/ports_webassembly.yml
vendored
3
.github/workflows/ports_webassembly.yml
vendored
@ -22,3 +22,6 @@ jobs:
|
||||
run: source tools/ci.sh && ci_webassembly_build
|
||||
- name: Run tests
|
||||
run: source tools/ci.sh && ci_webassembly_run_tests
|
||||
- name: Print failures
|
||||
if: failure()
|
||||
run: tests/run-tests.py --print-failures
|
||||
|
Loading…
Reference in New Issue
Block a user