File tree 1 file changed +7
-3
lines changed
Filter options
1 file changed +7
-3
lines changed
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
types : [unlabeled, opened, synchronize, reopened]
6
6
merge_group :
7
+ workflow_dispatch :
7
8
8
9
name : CI
9
10
@@ -360,15 +361,18 @@ jobs:
360
361
run : curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
361
362
- name : install geckodriver
362
363
run : |
363
- wget https://github.com/mozilla/geckodriver/releases/download/v0.34 .0/geckodriver-v0.34 .0-linux64.tar.gz
364
+ wget https://github.com/mozilla/geckodriver/releases/download/v0.36 .0/geckodriver-v0.36 .0-linux64.tar.gz
364
365
mkdir geckodriver
365
- tar -xzf geckodriver-v0.34 .0-linux64.tar.gz -C geckodriver
366
+ tar -xzf geckodriver-v0.36 .0-linux64.tar.gz -C geckodriver
366
367
- uses : actions/setup-python@v5
367
368
with :
368
369
python-version : ${{ env.PYTHON_VERSION }}
369
370
- run : python -m pip install -r requirements.txt
370
371
working-directory : ./wasm/tests
371
372
- uses : actions/setup-node@v4
373
+ with :
374
+ cache : " npm"
375
+ cache-dependency-path : " **/package-lock.json"
372
376
- name : run test
373
377
run : |
374
378
export PATH=$PATH:`pwd`/../../geckodriver
@@ -378,7 +382,7 @@ jobs:
378
382
NODE_OPTIONS : " --openssl-legacy-provider"
379
383
working-directory : ./wasm/demo
380
384
- uses : mwilliamson/setup-wabt-action@v3
381
- with : { wabt-version: "1.0.30 " }
385
+ with : { wabt-version: "1.0.36 " }
382
386
- name : check wasm32-unknown without js
383
387
run : |
384
388
cd wasm/wasm-unknown-test
You can’t perform that action at this time.
0 commit comments