File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ concurrency:
22
22
cancel-in-progress : true
23
23
jobs :
24
24
macOS :
25
- name : Test macOS, All Xcodes and Swifts
25
+ name : macOS
26
26
runs-on : ${{ matrix.runsOn }}
27
27
timeout-minutes : 40
28
28
strategy :
58
58
- name : ${{ matrix.name }}
59
59
run : make test_framework_GRDBOSX_maxSwift
60
60
iOS :
61
- name : Test iOS
61
+ name : iOS
62
62
runs-on : ${{ matrix.runsOn }}
63
63
timeout-minutes : 40
64
64
strategy :
78
78
- name : ${{ matrix.name }}
79
79
run : make test_framework_GRDBiOS_maxTarget_maxSwift
80
80
SPM :
81
- name : Test SPM
81
+ name : SPM
82
82
runs-on : ${{ matrix.runsOn }}
83
83
timeout-minutes : 40
84
84
strategy :
94
94
- name : ${{ matrix.name }}
95
95
run : make test_SPM test_install_SPM
96
96
SQLCipher4 :
97
- name : Test SQLCipher4
97
+ name : SQLCipher4
98
98
runs-on : ${{ matrix.runsOn }}
99
99
timeout-minutes : 60
100
100
strategy :
@@ -114,7 +114,7 @@ jobs:
114
114
- name : ${{ matrix.name }}
115
115
run : make test_framework_SQLCipher4
116
116
CustomSQLite :
117
- name : Test CustomSQLite
117
+ name : CustomSQLite
118
118
runs-on : ${{ matrix.runsOn }}
119
119
timeout-minutes : 40
120
120
strategy :
@@ -134,7 +134,7 @@ jobs:
134
134
- name : ${{ matrix.name }}
135
135
run : make test_framework_GRDBCustomSQLiteOSX
136
136
XCFramework :
137
- name : Test XCFramework
137
+ name : XCFramework
138
138
runs-on : ${{ matrix.runsOn }}
139
139
timeout-minutes : 40
140
140
strategy :
You can’t perform that action at this time.
0 commit comments