Skip to content

Commit dd20119

Browse files
committed
fix(CI): Update test workflow
1 parent 7eeefff commit dd20119

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/Test.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: swift
1+
name: Test
22

33
on:
44
push:
@@ -8,12 +8,11 @@ on:
88

99
jobs:
1010
test_macos:
11-
runs-on: macos-12
11+
runs-on: macOS-12
1212
timeout-minutes: 30
13-
1413
steps:
1514
- uses: actions/checkout@v2
16-
17-
- uses: Didstopia/SwiftAction@v1.0.3
18-
with:
19-
swift-action: 'make test'
15+
- name: Select Xcode 13.4.1
16+
run: sudo xcode-select -s /Applications/Xcode_13.4.1.app
17+
- name: Run tests
18+
run: make test

0 commit comments

Comments
 (0)