We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48311c commit 14e183dCopy full SHA for 14e183d
1 file changed
.github/workflows/continous_integration.yml
@@ -18,8 +18,9 @@ jobs:
18
- uses: actions/checkout@v3
19
- name: Build
20
run: swift build -v
21
- - name: Run tests
22
- run: swift test -v
+ - name: Test iOS
+ run: |
23
+ xcodebuild test -scheme SwiftAsyncAssert -destination "platform=iOS Simulator,name=iPhone 13"
24
- name: Test watchOS
25
run: |
26
xcodebuild test -scheme SwiftAsyncAssert -destination "platform=watchOS Simulator,name=Apple Watch Series 5 (40mm)"
0 commit comments