Skip to content

Commit 316aed4

Browse files
authored
Update deploy-github-page.yml
1 parent b034f28 commit 316aed4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ jobs:
113113
python ${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="firefox" --kill_exit --browser-args="--headless" test_xeus_cpp.html
114114
echo "Running test_xeus_cpp in Google Chrome"
115115
python ${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="Google Chrome" --kill_exit --browser-args="--headless" test_xeus_cpp.html
116+
sudo safaridriver --enable
117+
python -m pip install selenium
118+
echo "Running test_xeus_cpp in Safari"
119+
python ${{ env.BUILD_PREFIX }}/bin/emrun.py --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html &
120+
python browser_tests_safari.py test_xeus_cpp.html
116121
else
117122
# Install Google Chrome
118123
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

0 commit comments

Comments
 (0)