Fix test compilation and allow the ci to run (#1456)

* Fix test compilation

* Don't fail if .wasm-pack dir does not exist
This commit is contained in:
Dennis Kobert
2023-11-14 23:01:40 +01:00
committed by GitHub
parent 81519601ae
commit 9784d31edb
5 changed files with 40 additions and 33 deletions

View File

@@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v3
- name: 🗑 Clear wasm-bindgen cache
run: rm -r ~/.cache/.wasm-pack
run: rm -r ~/.cache/.wasm-pack || true
- name: 🟢 Set up Node
uses: actions/setup-node@v3