Split out macos deps

This commit is contained in:
Gregory Schier
2023-03-12 18:36:25 -07:00
parent 46f18a2491
commit 222c054c95
3 changed files with 10 additions and 5 deletions

View File

@@ -42,7 +42,10 @@ jobs:
- name: Install dependencies
run: |
cargo install rsw wasm-pack
npm install
npm ci
- name: Run tests
run: npm test
- name: Build artifacts
working-directory: ./src-tauri