11
11
fail-fast : false
12
12
matrix :
13
13
os : ['ubuntu-24.04', 'ubuntu-22.04', 'macos-13', 'macos-15']
14
- swift-version : ['6.0', '6.1', '6']
14
+ swift-version : ['6.0', '6.1']
15
+ # swift-version: ['6.0', '6.1', 'nightly-6.1', '6']
15
16
steps :
16
17
- name : Checkout Action
17
18
uses : actions/checkout@v4
@@ -30,38 +31,36 @@ jobs:
30
31
perl -pi -e 's;self.measure ;do ;g' Tests/YamsTests/PerformanceTests.swift
31
32
- name : Test jpsim/Yams
32
33
uses : ./swift-android-action/
33
- # uses: skiptools/swift-android-action@v2
34
34
with :
35
- swift-version : ${{ matrix.swift-version }}
36
35
package-path : jpsim/Yams
36
+ swift-version : ${{ matrix.swift-version }}
37
37
run-tests : ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
38
38
copy-files : Tests
39
39
test-env : TEST_WORKSPACE=1
40
40
41
- - name : Checkout apple /swift-algorithms
41
+ - name : Checkout skiptools /swift-android-native
42
42
uses : actions/checkout@v4
43
43
with :
44
- repository : apple /swift-algorithms
45
- path : apple /swift-algorithms
46
- - name : Test apple /swift-algorithms
44
+ repository : skiptools /swift-android-native
45
+ path : skiptools /swift-android-native
46
+ - name : Test skiptools /swift-android-native
47
47
uses : ./swift-android-action/
48
- # uses: skiptools/swift-android-action@v2
49
48
with :
49
+ package-path : skiptools/swift-android-native
50
50
swift-version : ${{ matrix.swift-version }}
51
- package-path : apple/swift-algorithms
52
51
run-tests : ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
53
52
54
- - name : Checkout skiptools /swift-sqlcipher
53
+ - name : Checkout tayloraswift /swift-png
55
54
uses : actions/checkout@v4
56
55
with :
57
- repository : skiptools /swift-sqlcipher
58
- path : skiptools /swift-sqlcipher
59
- - name : Test skiptools /swift-sqlcipher
56
+ repository : tayloraswift /swift-png
57
+ path : tayloraswift /swift-png
58
+ - name : Test tayloraswift /swift-png
60
59
uses : ./swift-android-action/
61
- # uses: skiptools/swift-android-action@v2
62
60
with :
61
+ package-path : tayloraswift/swift-png
63
62
swift-version : ${{ matrix.swift-version }}
64
- package-path : skiptools/ swift-sqlcipher
63
+ build-tests : ${{ matrix. swift-version != '6.0' }} # no Testing in 6.0
65
64
run-tests : ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
66
65
67
66
toolchain-setup :
0 commit comments