Skip to content

Commit 98c988c

Browse files
authored
Update emscripten.yml
1 parent d200e24 commit 98c988c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ jobs:
975975
$ErrorActionPreference = "Stop"
976976
micromamba activate CppInterOp-wasm
977977
cd .\xeus-cpp\build\test
978-
node test_xeus_cpp.js --report-failures --force-colors --success
978+
node test_xeus_cpp.js --report-failures --force-colors --success --reporters=console
979979
980980
- name: Jupyter Lite integration
981981
if: ${{ runner.os != 'windows' }}

0 commit comments

Comments
 (0)