mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-13 05:45:17 +01:00
Run vendor as separate script
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user