Skip to content

Commit 366c273

Browse files
authored
Update emscripten.yml
1 parent 4b926b6 commit 366c273

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/emscripten.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,9 +823,13 @@ jobs:
823823
Expand-Archive -Path "$PWD\chrome-win.zip" -DestinationPath "$PWD" -Force -Verbose
824824
Invoke-WebRequest -Uri "https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US" -OutFile "firefox-setup.exe" -Verbose
825825
& "C:\Program Files\7-Zip\7z.exe" x "firefox-setup.exe"
826+
echo "Running CppInterOpTests in Firefox"
826827
emrun.bat --browser="$PWD\core\firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
828+
echo "Running DynamicLibraryManagerTests in Firefox"
827829
emrun.bat --browser="$PWD\core\firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html
830+
echo "Running CppInterOpTests in Chromium"
828831
emrun.bat --browser="$PWD\chrome-win\chrome.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
832+
echo "Running DynamicLibraryManagerTests in Chromium"
829833
emrun.bat --browser="$PWD\chrome-win\chrome.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html
830834
cd ..\..
831835
emmake make -j ${{ env.ncpus }} install

0 commit comments

Comments
 (0)