Skip to content

Commit 723a43c

Browse files
committed
Disable emscriptent tests for now
1 parent 8fb0129 commit 723a43c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -179,20 +179,20 @@ jobs:
179179
./emsdk install ${{ matrix.emscripten_version }}
180180
source ./emsdk_env.sh
181181
182-
- name: install playwright
183-
shell: bash -l {0}
184-
run: |
185-
playwright install
186-
187-
- name: run emscripten tests
188-
shell: bash -l {0}
189-
run: |
190-
cd emsdk
191-
./emsdk activate ${{ matrix.emscripten_version }}
192-
source ./emsdk_env.sh
193-
cd ..
194-
chmod +x ./test/emscripten/test_emscripten.sh
195-
./test/emscripten/test_emscripten.sh
182+
#- name: install playwright
183+
# shell: bash -l {0}
184+
# run: |
185+
# playwright install
186+
187+
#- name: run emscripten tests
188+
# shell: bash -l {0}
189+
# run: |
190+
# cd emsdk
191+
# ./emsdk activate ${{ matrix.emscripten_version }}
192+
# source ./emsdk_env.sh
193+
# cd ..
194+
# chmod +x ./test/emscripten/test_emscripten.sh
195+
# ./test/emscripten/test_emscripten.sh
196196

197197
docs:
198198
strategy:

0 commit comments

Comments
 (0)