File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments