File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Gradle build & test
2
2
3
3
on :
4
4
push :
5
- branches : [ "main" ]
5
+ # branches: [ "main" ]
6
6
pull_request :
7
7
branches : [ "main" ]
8
8
workflow_call :
@@ -16,12 +16,22 @@ jobs:
16
16
matrix :
17
17
include :
18
18
- 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
20
27
- os : ubuntu-latest
28
+ name : ubuntu
21
29
targets : testDebugUnitTest testReleaseUnitTest jvmTest lintKotlin
22
30
- os : windows-latest
31
+ name : windows
23
32
targets : jvmTest
24
33
runs-on : ${{ matrix.os }}
34
+ name : Test ${{ matrix.name }}
25
35
timeout-minutes : 20
26
36
27
37
steps :
You can’t perform that action at this time.
0 commit comments