Skip to content

Commit d902427

Browse files
committed
Set name for job
1 parent d56773c commit d902427

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ on:
77
branches: [ "main" ]
88

99
jobs:
10-
build:
10+
test:
1111
runs-on: macos-latest
1212

1313
strategy:
1414
matrix:
1515
swift-version:
1616
- ^6
1717

18+
name: Build and Test (Swift ${{ matrix.swift-version }})
19+
1820
steps:
1921
- uses: actions/checkout@v4
2022
- uses: swift-actions/setup-swift@v2

0 commit comments

Comments
 (0)