Skip to content

Commit 2854310

Browse files
committed
Rename CI jobs
1 parent 63c2bd0 commit 2854310

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
cancel-in-progress: true
2323
jobs:
2424
macOS:
25-
name: Test macOS, All Xcodes and Swifts
25+
name: macOS
2626
runs-on: ${{ matrix.runsOn }}
2727
timeout-minutes: 40
2828
strategy:
@@ -58,7 +58,7 @@ jobs:
5858
- name: ${{ matrix.name }}
5959
run: make test_framework_GRDBOSX_maxSwift
6060
iOS:
61-
name: Test iOS
61+
name: iOS
6262
runs-on: ${{ matrix.runsOn }}
6363
timeout-minutes: 40
6464
strategy:
@@ -78,7 +78,7 @@ jobs:
7878
- name: ${{ matrix.name }}
7979
run: make test_framework_GRDBiOS_maxTarget_maxSwift
8080
SPM:
81-
name: Test SPM
81+
name: SPM
8282
runs-on: ${{ matrix.runsOn }}
8383
timeout-minutes: 40
8484
strategy:
@@ -94,7 +94,7 @@ jobs:
9494
- name: ${{ matrix.name }}
9595
run: make test_SPM test_install_SPM
9696
SQLCipher4:
97-
name: Test SQLCipher4
97+
name: SQLCipher4
9898
runs-on: ${{ matrix.runsOn }}
9999
timeout-minutes: 60
100100
strategy:
@@ -114,7 +114,7 @@ jobs:
114114
- name: ${{ matrix.name }}
115115
run: make test_framework_SQLCipher4
116116
CustomSQLite:
117-
name: Test CustomSQLite
117+
name: CustomSQLite
118118
runs-on: ${{ matrix.runsOn }}
119119
timeout-minutes: 40
120120
strategy:
@@ -134,7 +134,7 @@ jobs:
134134
- name: ${{ matrix.name }}
135135
run: make test_framework_GRDBCustomSQLiteOSX
136136
XCFramework:
137-
name: Test XCFramework
137+
name: XCFramework
138138
runs-on: ${{ matrix.runsOn }}
139139
timeout-minutes: 40
140140
strategy:

0 commit comments

Comments
 (0)