Skip to content

Commit 353c9ae

Browse files
authored
Update deploy-github-page.yml
1 parent d6bbd53 commit 353c9ae

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
@@ -113,9 +113,9 @@ jobs:
113113

114114
# Run tests in browsers
115115
echo "Running test_xeus_cpp in Firefox"
116-
${{ env.PREFIX }}/bin/emrun --browser="firefox" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
116+
${{ env.PREFIX }}/bin/emrun.py --browser="firefox" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
117117
echo "Running test_xeus_cpp in Google Chrome"
118-
${{ env.PREFIX }}/bin/emrun --browser="google-chrome" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
118+
${{ env.PREFIX }}/bin/emrun.py --browser="google-chrome" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
119119
fi
120120
node test_xeus_cpp.js
121121
timeout-minutes: 4

0 commit comments

Comments
 (0)