Skip to content

Commit

Permalink
Only compile in CI for macosArm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Sep 10, 2021
1 parent 6634285 commit dc5cca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: eskatos/gradle-command-action@v1
with:
dependencies-cache-enabled: true
arguments: macosX64Test macosArm64Test tvosX64Test iosX64Test --stacktrace
arguments: macosX64Test :colormath:compileKotlinMacosArm64 tvosX64Test iosX64Test --stacktrace
windows-tests:
runs-on: windows-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: eskatos/gradle-command-action@v1
with:
dependencies-cache-enabled: true
arguments: macosX64Test macosArm64Test tvosX64Test iosX64Test --stacktrace
arguments: macosX64Test :colormath:compileKotlinMacosArm64 tvosX64Test iosX64Test --stacktrace
windows-tests:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit dc5cca2

Please sign in to comment.