This commit is contained in:
Gregory Schier
2024-08-09 07:12:32 -07:00
parent 3c4df087ea
commit 209af3d149

View File

@@ -86,6 +86,12 @@ jobs:
- name: Run lint
run: npm run lint
- name: Checkout yaakapp/plugins
uses: actions/checkout@v4
with:
repository: yaakapp/plugins
path: ${{ env.YAAK_PLUGINS_DIR }}
- name: Vendor things for the app
run: npm run vendor
@@ -94,12 +100,6 @@ jobs:
working-directory: src-tauri
run: cargo test --all
- name: Checkout yaakapp/plugins
uses: actions/checkout@v4
with:
repository: yaakapp/plugins
path: ${{ env.YAAK_PLUGINS_DIR }}
- name: Set version
run: npm run replace-version
env: