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 a0f7bdb commit 69dd9e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ jobs:

- name: install frontend dependencies
run: npm install # change this to npm, pnpm or bun depending on which one you use.
working-directory: ./crates/webapp/

# 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:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: ${{ matrix.args }}
projectPath: "./crates/webapp/"

0 comments on commit 69dd9e9

Please sign in to comment.