Skip to content

Commit 14e183d

Browse files
author
angu
committed
Use xcode build to test for iOS
1 parent c48311c commit 14e183d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/continous_integration.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- name: Build
2020
run: swift build -v
21-
- name: Run tests
22-
run: swift test -v
21+
- name: Test iOS
22+
run: |
23+
xcodebuild test -scheme SwiftAsyncAssert -destination "platform=iOS Simulator,name=iPhone 13"
2324
- name: Test watchOS
2425
run: |
2526
xcodebuild test -scheme SwiftAsyncAssert -destination "platform=watchOS Simulator,name=Apple Watch Series 5 (40mm)"

0 commit comments

Comments
 (0)