Skip to content

Commit

Permalink
ADD step to test macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
angu committed Aug 25, 2023
1 parent 14e183d commit 5ba131f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Test macOS
run: |
xcodebuild test -scheme SwiftAsyncAssert -destination "platform=macOS"
- name: Test iOS
run: |
xcodebuild test -scheme SwiftAsyncAssert -destination "platform=iOS Simulator,name=iPhone 13"
Expand Down

0 comments on commit 5ba131f

Please sign in to comment.