File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments