mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:08:32 +02:00
Remove problematic tests from release.yml
This commit is contained in:
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
@@ -92,23 +92,6 @@ jobs:
|
|||||||
repository: yaakapp/plugins
|
repository: yaakapp/plugins
|
||||||
path: ${{ env.YAAK_PLUGINS_DIR }}
|
path: ${{ env.YAAK_PLUGINS_DIR }}
|
||||||
|
|
||||||
- name: build the app
|
|
||||||
run: npm run build
|
|
||||||
env:
|
|
||||||
YAAK_PLUGINS_DIR: ${{ env.YAAK_PLUGINS_DIR }}
|
|
||||||
YAAK_TARGET_ARCH: ${{ matrix.yaak_arch }}
|
|
||||||
|
|
||||||
- name: Vendor the app
|
|
||||||
run: npm run vendor
|
|
||||||
env:
|
|
||||||
YAAK_PLUGINS_DIR: ${{ env.YAAK_PLUGINS_DIR }}
|
|
||||||
YAAK_TARGET_ARCH: ${{ matrix.yaak_arch }}
|
|
||||||
|
|
||||||
# NOTE: Test needs vendor+build to be run
|
|
||||||
- name: Rust test
|
|
||||||
working-directory: src-tauri
|
|
||||||
run: cargo test --all
|
|
||||||
|
|
||||||
- name: Set version
|
- name: Set version
|
||||||
run: npm run replace-version
|
run: npm run replace-version
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user