Skip to content

Commit 68ef823

Browse files
authored
Update deploy-pages.yml
1 parent 31b131c commit 68ef823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ../../

0 commit comments

Comments
 (0)