Skip to content

Commit bff7561

Browse files
committed
update workflow
1 parent 0bd941d commit bff7561

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/swift.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Build
17-
run: swift build -v
18-
- name: Run tests
19-
run: swift test -v
16+
- name: Test
17+
run: xcodebuild -scheme Sworm-Package -destination 'platform=macOS,arch=x86_64' clean test

0 commit comments

Comments
 (0)