Skip to content

Commit bffdd2d

Browse files
committed
Tweak YML
1 parent 096cd99 commit bffdd2d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "Run Tests"
2+
name: "ci"
33

44
on:
55
push:
@@ -8,10 +8,8 @@ on:
88
branches: [main]
99

1010
jobs:
11-
build:
12-
11+
test:
1312
runs-on: macOS-latest
14-
1513
steps:
1614
- uses: actions/checkout@v4
1715
- name: Run Tests

0 commit comments

Comments
 (0)