Skip to content

Commit 140bf19

Browse files
authored
Update swift.yml
1 parent 7a8ad81 commit 140bf19

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15+
1516
- uses: Didstopia/SwiftAction@v1.0.3
1617
with:
17-
swift-action: 'build'
18-
19-
- name: Build
20-
run: swift build -v
21-
22-
- name: Run tests
23-
run: swift test -v --enable-test-discovery
18+
swift-action: 'build -v --enable-test-discovery'

0 commit comments

Comments
 (0)