Skip to content

Commit 6fc93b2

Browse files
authored
Update emscripten.yml
1 parent 4b54a8d commit 6fc93b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -925,11 +925,11 @@ jobs:
925925
-DSYSROOT_PATH="$env:SYSROOT_PATH" `
926926
..\
927927
}
928-
emmake make -j ${{ env.ncpus }} check-cppinterop
928+
Error-OnFailure { emmake make -j ${{ env.ncpus }} check-cppinterop }
929929
cd .\unittests\CppInterOp\
930930
echo "Running CppInterOpTests in Firefox"
931931
Error-OnFailure { emrun.bat --browser="firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html }
932-
Error-OnFailure { echo "Running DynamicLibraryManagerTests in Firefox"
932+
echo "Running DynamicLibraryManagerTests in Firefox"
933933
Error-OnFailure { emrun.bat --browser="firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html }
934934
echo "Running CppInterOpTests in Chromium"
935935
Error-OnFailure { emrun.bat --browser="chrome.exe" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html }

0 commit comments

Comments
 (0)