Skip to content

Commit d6bbd53

Browse files
authored
Update main.yml
1 parent 7a1aa7b commit d6bbd53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ jobs:
276276
277277
# Run tests in browsers
278278
echo "Running test_xeus_cpp in Firefox"
279-
${{ env.PREFIX }}/bin/emrun --browser="firefox" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
279+
${{ env.PREFIX }}/bin/emrun.py --browser="firefox" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
280280
echo "Running test_xeus_cpp in Google Chrome"
281-
${{ env.PREFIX }}/bin/emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
281+
${{ env.PREFIX }}/bin/emrun.py --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
282282
else
283283
export ARCHITECHURE=$(uname -m)
284284
# Install Google Chrome
@@ -297,9 +297,9 @@ jobs:
297297

298298
# Run tests in browsers
299299
echo "Running test_xeus_cpp in Firefox"
300-
${{ env.PREFIX }}/bin/emrun --browser="firefox" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
300+
${{ env.PREFIX }}/bin/emrun.py --browser="firefox" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
301301
echo "Running test_xeus_cpp in Google Chrome"
302-
${{ env.PREFIX }}/bin/emrun --browser="google-chrome" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
302+
${{ env.PREFIX }}/bin/emrun.py --browser="google-chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox " test_xeus_cpp.html
303303
fi
304304
node test_xeus_cpp.js
305305
timeout-minutes: 4

0 commit comments

Comments
 (0)