We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184420d commit b034f28Copy full SHA for b034f28
.github/workflows/main.yml
@@ -300,7 +300,7 @@ jobs:
300
sudo safaridriver --enable
301
python -m pip install selenium
302
echo "Running test_xeus_cpp in Safari"
303
- emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html &
+ python ${{ env.BUILD_PREFIX }}/bin/emrun.py --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html &
304
python browser_tests_safari.py test_xeus_cpp.html
305
else
306
# Install Google Chrome
0 commit comments