Skip to content

Commit

Permalink
[ci] - attempt to fix macos - windows verbose logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonShort committed Nov 20, 2024
1 parent 57b6769 commit da1bcf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
matrix:
include:
- platform: "macos-latest" # for Arm based macs (M1 and above).
args: "--target aarch64-apple-darwin"
args: "--target aarch64-apple-darwin --bundles app"
- platform: "macos-latest" # for Intel based macs.
args: "--target x86_64-apple-darwin"
args: "--target x86_64-apple-darwin --bundles app"
- platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
args: ""
- platform: "windows-latest"
args: ""
args: "--verbose"

runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit da1bcf8

Please sign in to comment.