Remove CI again

This commit is contained in:
Gregory Schier
2024-06-09 07:56:09 -07:00
parent 29c4b51f54
commit ff5cfe744e

View File

@@ -1,12 +1,13 @@
name: Generate Artifacts name: Release
on: on:
push: push:
tags: [ v* ] tags: [ v* ]
jobs: jobs:
build-artifacts: release:
permissions: write-all permissions:
name: Build contents: write
name: Build and Release
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@@ -45,13 +46,6 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf 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 working-directory: src-tauri
- uses: tauri-apps/tauri-action@v0 - uses: tauri-apps/tauri-action@v0
env: env: