Skip to content

Commit c86a358

Browse files
authored
Update deploy-pages.yml to run browser tests in Safari
1 parent e129f42 commit c86a358

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ jobs:
168168
emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html
169169
echo "Running DynamicLibraryManagerTests in Google Chrome"
170170
emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
171+
echo "Running CppInterOpTests in Safari"
172+
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html
173+
python browser_tests_safari.py CppInterOpTests.html
174+
echo "Running DynamicLibraryManagerTests in Safari"
175+
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
176+
python browser_tests_safari.py DynamicLibraryManagerTests.html
171177
172178
cd ../../
173179
emmake make -j ${{ env.ncpus }} install

0 commit comments

Comments
 (0)