File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 9
9
schedule :
10
10
- cron : ' 45 2,13 * * *'
11
11
jobs :
12
+ strategy :
13
+ fail-fast : false
14
+ matrix :
15
+ swift : ['6.1', 'nightly-6.2']
12
16
linux-android :
13
- strategy :
14
- fail-fast : false
15
- matrix :
16
- swift : ['6.1', 'nightly-6.2']
17
17
runs-on : ubuntu-latest
18
18
timeout-minutes : 30
19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- name : " Test Swift Package on Linux"
22
22
run : swift test
23
23
- name : " Test Swift Package on Android"
24
- uses : skiptools/swift-android-action@main
24
+ uses : skiptools/swift-android-action@v2
25
25
with :
26
26
swift-version : ${{ matrix.swift }}
27
27
30
30
timeout-minutes : 30
31
31
steps :
32
32
- uses : actions/checkout@v4
33
+ - name : " Test Swift Package with Skip Android"
34
+ run : |
35
+ brew install skiptools/skip/skip
36
+ skip android sdk install --version ${{ matrix.swift }}
37
+ skip android build
33
38
- name : " Test Swift Package on macOS"
34
39
run : swift test
35
40
- name : " Test Swift Package on iOS"
You can’t perform that action at this time.
0 commit comments