Skip to content

Commit 1a4fe1d

Browse files
[ci] Bump playwright version
1 parent 6f7ee16 commit 1a4fe1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
environment-name: xsimd
1717
create-args: >-
18-
microsoft::playwright=1.50.0
18+
microsoft::playwright=1.57.0
1919
python
2020
init-shell: bash
2121

test/test_wasm/test_wasm.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ if [ $# -eq 0 ]
1212
then
1313
git clone https://github.com/emscripten-core/emsdk
1414
cd emsdk
15-
./emsdk install latest
16-
./emsdk activate latest
15+
./emsdk install 4.0.21
16+
./emsdk activate 4.0.21
1717
source ./emsdk_env.sh
1818

1919
else
@@ -40,4 +40,4 @@ emmake make -j4
4040
cd ..
4141

4242
# run tests in browser
43-
python $TEST_WASM_DIR/test_wasm_playwright.py build/test
43+
python $TEST_WASM_DIR/test_wasm_playwright.py build/test

0 commit comments

Comments
 (0)