Skip to content

Commit

Permalink
Update macos test ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Nov 14, 2023
1 parent 241f85e commit 64d96a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
name: Test Apple Targets
if: startsWith(matrix.os, 'macos')
with:
arguments: macosTest -DdemoApiKey="${{ secrets.DEMO_API_KEY }}" # iosTest tvosTest watchosX86Test
arguments: macosX64Test -DdemoApiKey="${{ secrets.DEMO_API_KEY }}" # iosTest tvosTest watchosX86Test

- uses: gradle/gradle-build-action@v2
name: Test Jvm Target
Expand Down

0 comments on commit 64d96a5

Please sign in to comment.