Skip to content

Commit 4937cb0

Browse files
authored
Update deploy-github-page.yml
1 parent f13fb86 commit 4937cb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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.BUILD_PREFIX }}/bin/emrun.py --browser="firefox" --kill_exit --browser-args="--headless" test_xeus_cpp.html
95+
python ${{ env.BUILD_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.BUILD_PREFIX }}/bin/emrun.py --browser="Google Chrome" --kill_exit --browser-args="--headless" test_xeus_cpp.html
97+
python ${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="Google Chrome" --kill_exit --browser-args="--headless" test_xeus_cpp.html
9898
else
9999
# Install Google Chrome
100100
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
@@ -112,9 +112,9 @@ jobs:
112112

113113
# Run tests in browsers
114114
echo "Running test_xeus_cpp in Firefox"
115-
${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="firefox" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
115+
python ${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="firefox" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
116116
echo "Running test_xeus_cpp in Google Chrome"
117-
${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="google-chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html
117+
python ${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="google-chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html
118118
fi
119119
node test_xeus_cpp.js
120120
timeout-minutes: 4

0 commit comments

Comments
 (0)