Skip to content

Commit

Permalink
Merge branch 'main' into newCareKit
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Sep 24, 2023
2 parents ee88228 + 9752f49 commit 34a26dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
destination: ['platform=iOS\ Simulator,name=iPhone\ 14\ Pro\ Max', 'platform=watchOS\ Simulator,name=Apple\ Watch\ Series\ 5\ \(40mm\)']
action: ['test']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use multiple cores
run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
- name: Build-Test
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme CareKitUtilities -derivedDataPath DerivedData -destination ${{ matrix.destination }} ${{ matrix.action }} | xcpretty -c
env:
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
- name: Prepare codecov
uses: sersoft-gmbh/swift-coverage-action@v3
uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files
with:
format: lcov
Expand Down

0 comments on commit 34a26dd

Please sign in to comment.