Skip to content

Commit

Permalink
Update testing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsparser authored Jan 4, 2025
1 parent 0cd6937 commit a0f7bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ 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.

# 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
Expand Down

0 comments on commit a0f7bdb

Please sign in to comment.