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 2b2b1cd commit c057f42Copy full SHA for c057f42
.github/workflows/deploy-pages.yml
@@ -168,6 +168,7 @@ jobs:
168
emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html
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
echo "Running CppInterOpTests in Safari"
173
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html
174
python browser_tests_safari.py CppInterOpTests.html
0 commit comments