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 99 schedule :
1010 - cron : ' 45 2,13 * * *'
1111jobs :
12+ strategy :
13+ fail-fast : false
14+ matrix :
15+ swift : ['6.1', 'nightly-6.2']
1216 linux-android :
13- strategy :
14- fail-fast : false
15- matrix :
16- swift : ['6.1', 'nightly-6.2']
1717 runs-on : ubuntu-latest
1818 timeout-minutes : 30
1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : " Test Swift Package on Linux"
2222 run : swift test
2323 - name : " Test Swift Package on Android"
24- uses : skiptools/swift-android-action@main
24+ uses : skiptools/swift-android-action@v2
2525 with :
2626 swift-version : ${{ matrix.swift }}
2727
3030 timeout-minutes : 30
3131 steps :
3232 - 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
3338 - name : " Test Swift Package on macOS"
3439 run : swift test
3540 - name : " Test Swift Package on iOS"
You can’t perform that action at this time.
0 commit comments