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 ec937bc commit 124029dCopy full SHA for 124029d
.github/workflows/deploy-pages.yml
@@ -169,6 +169,7 @@ jobs:
169
echo "Running DynamicLibraryManagerTests in Google Chrome"
170
emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
171
sudo safaridriver --enable
172
+ python -m pip install selenium
173
echo "Running CppInterOpTests in Safari"
174
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html &
175
python browser_tests_safari.py CppInterOpTests.html
0 commit comments