Skip to content

Commit

Permalink
add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyoo committed Jun 27, 2024
1 parent a90e086 commit 0ef68ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "test-on-pr"
name: "test-push"

on: [push]

Expand Down Expand Up @@ -43,10 +43,10 @@ jobs:
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.

- name: install frontend dependencies
run: yarn install # change this to npm, pnpm or bun depending on which one you use.
run: npm install # change this to npm, pnpm or bun depending on which one you use.

- name: build frontend resource
run: yarn build
run: npm build
# If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any assets.
- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 0ef68ea

Please sign in to comment.