Run vendor as separate script

This commit is contained in:
Gregory Schier
2024-08-09 06:49:18 -07:00
parent b5eed9bf9d
commit 4bf6ddec9f
3 changed files with 11 additions and 32 deletions

View File

@@ -83,13 +83,17 @@ jobs:
- name: Install yaak CLI
run: go install github.com/yaakapp/yaakcli@latest
- name: Run lint
run: npm run lint
- name: Vendor things for the app
run: npm run vendor
# NOTE: vendored things need to exist for tests to build
- name: Rust test
working-directory: src-tauri
run: cargo test --all
- name: Run lint
run: npm run lint
- name: Checkout yaakapp/plugins
uses: actions/checkout@v4
with: