Skip to content

Commit 1e839a8

Browse files
authored
Update static library Safari tests to use relative path
1 parent 6b23b41 commit 1e839a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,10 +716,10 @@ jobs:
716716
emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
717717
echo "Running CppInterOpTests in Safari"
718718
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html &
719-
python browser_tests_safari.py CppInterOpTests.html
719+
python ../../../scripts/browser_tests_safari.py CppInterOpTests.html
720720
echo "Running DynamicLibraryManagerTests in Safari"
721721
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html &
722-
python browser_tests_safari.py DynamicLibraryManagerTests.html
722+
python ../../../scripts/browser_tests_safari.py DynamicLibraryManagerTests.html
723723
else
724724
export ARCHITECHURE=$(uname -m)
725725
if [[ "$ARCHITECHURE" != "aarch64" ]]; then

0 commit comments

Comments
 (0)