Skip to content

Commit 0196edc

Browse files
authored
Error out if emscripten tests fail
1 parent 9ded8d2 commit 0196edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ jobs:
550550
if: ${{ runner.os != 'windows' }}
551551
shell: bash -l {0}
552552
run: |
553+
set -e
553554
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
554555
source ./emsdk/emsdk_env.sh
555556
micromamba create -f environment-wasm.yml --platform=emscripten-wasm32

0 commit comments

Comments
 (0)