mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
Run build before test as well
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -92,10 +92,13 @@ jobs:
|
||||
repository: yaakapp/plugins
|
||||
path: ${{ env.YAAK_PLUGINS_DIR }}
|
||||
|
||||
- name: Vendor things for the app
|
||||
- name: build the app
|
||||
run: npm run build
|
||||
|
||||
- name: Vendor the app
|
||||
run: npm run vendor
|
||||
|
||||
# NOTE: vendored things need to exist for tests to build
|
||||
# NOTE: Test needs vendor+build to be run
|
||||
- name: Rust test
|
||||
working-directory: src-tauri
|
||||
run: cargo test --all
|
||||
|
||||
Reference in New Issue
Block a user