Skip to content

Commit fea576e

Browse files
authored
Update build and test commands for MiddleQuit scheme
1 parent b5efdf7 commit fea576e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Build
19-
run: xcodebuild build -v
19+
run: xcodebuild -scheme MiddleQuit
2020
- name: Run tests
21-
run: xcodetest test -v
21+
run: xcodetest -scheme MiddleQuit

0 commit comments

Comments
 (0)