Skip to content

Commit c48311c

Browse files
author
angu
committed
ADD watchOS testing in CI workflow
1 parent 8ddf22d commit c48311c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/continous_integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ jobs:
2020
run: swift build -v
2121
- name: Run tests
2222
run: swift test -v
23+
- name: Test watchOS
24+
run: |
25+
xcodebuild test -scheme SwiftAsyncAssert -destination "platform=watchOS Simulator,name=Apple Watch Series 5 (40mm)"

0 commit comments

Comments
 (0)