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 @@ -170,10 +170,10 @@ jobs:
170170 emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
171171 sudo safaridriver --enable
172172 echo "Running CppInterOpTests in Safari"
173- emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html
173+ emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html &
174174 python browser_tests_safari.py CppInterOpTests.html
175175 echo "Running DynamicLibraryManagerTests in Safari"
176- emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
176+ emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html &
177177 python browser_tests_safari.py DynamicLibraryManagerTests.html
178178
179179 cd ../../
You can’t perform that action at this time.
0 commit comments