Skip to content

Commit 7a1aa7b

Browse files
authored
Update deploy-github-page.yml
1 parent 66b8d50 commit 7a1aa7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ jobs:
9292
9393
# Run tests in browsers
9494
echo "Running test_xeus_cpp in Firefox"
95-
${{ env.PREFIX }}/bin/emrun --browser="firefox" --kill_exit --browser-args="--headless" test_xeus_cpp.html
95+
${{ env.PREFIX }}/bin/emrun.py --browser="firefox" --kill_exit --browser-args="--headless" test_xeus_cpp.html
9696
echo "Running test_xeus_cpp in Google Chrome"
97-
${{ env.PREFIX }}/bin/emrun --browser="Google Chrome" --kill_exit --browser-args="--headless" test_xeus_cpp.html
97+
${{ env.PREFIX }}/bin/emrun.py --browser="Google Chrome" --kill_exit --browser-args="--headless" test_xeus_cpp.html
9898
else
9999
export ARCHITECHURE=$(uname -m)
100100
# Install Google Chrome

0 commit comments

Comments
 (0)