Skip to content

Commit e96f8da

Browse files
committed
Try sharding macOS tests
1 parent e7d0f0f commit e96f8da

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Gradle build & test
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
# branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
88
workflow_call:
@@ -16,12 +16,22 @@ jobs:
1616
matrix:
1717
include:
1818
- os: macos-latest
19-
targets: iosSimulatorArm64Test macosArm64Test watchosSimulatorArm64Test tvosSimulatorArm64Test jvmTest
19+
name: macos-watchos-tvos
20+
targets: watchosSimulatorArm64Test tvosSimulatorArm64Test
21+
- os: macos-latest
22+
name: mac-ios-macos
23+
targets: iosSimulatorArm64Test macosArm64Test
24+
- os: macos-latest
25+
name: mac-jvm
26+
targets: jvmTest
2027
- os: ubuntu-latest
28+
name: ubuntu
2129
targets: testDebugUnitTest testReleaseUnitTest jvmTest lintKotlin
2230
- os: windows-latest
31+
name: windows
2332
targets: jvmTest
2433
runs-on: ${{ matrix.os }}
34+
name: Test ${{ matrix.name }}
2535
timeout-minutes: 20
2636

2737
steps:

0 commit comments

Comments
 (0)