Skip to content

Commit

Permalink
build for testing before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
angu committed Aug 25, 2023
1 parent 86f6ff5 commit 044a462
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,19 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: xcodebuild test -scheme SwiftAsyncAssert -destination "platform=macOS"
- run: xcodebuild build-for-testing -scheme SwiftAsyncAssert -destination "platform=macOS"
- run: xcodebuild test-without-building -scheme SwiftAsyncAssert -destination "platform=macOS"
test-iOS:
name: Test iOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: xcodebuild test -scheme SwiftAsyncAssert -destination "platform=iOS Simulator,name=iPhone 13"
- run: xcodebuild build-for-testing -scheme SwiftAsyncAssert -destination "platform=iOS Simulator,name=iPhone 13"
- run: xcodebuild test-without-building -scheme SwiftAsyncAssert -destination "platform=iOS Simulator,name=iPhone 13"
test-watchOS:
name: Test watchOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: xcodebuild test -scheme SwiftAsyncAssert -destination "platform=watchOS Simulator,name=Apple Watch Series 5 (40mm)"
- run: xcodebuild build-for-testing -scheme SwiftAsyncAssert -destination "platform=watchOS Simulator,name=Apple Watch Series 5 (40mm)"
- run: xcodebuild test-without-building -scheme SwiftAsyncAssert -destination "platform=watchOS Simulator,name=Apple Watch Series 5 (40mm)"

0 comments on commit 044a462

Please sign in to comment.