Remove CI in release stage

This commit is contained in:
Gregory Schier
2024-06-09 07:22:49 -07:00
parent b30d784d06
commit 2f74bf8db8

View File

@@ -45,13 +45,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- run: npm ci
- run: |
npm run lint
npm test
- run: |
cargo check --all
cargo test --all
working-directory: src-tauri
- uses: tauri-apps/tauri-action@v0
env: