Skip to content

Commit

Permalink
SPT-1998 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrandrewsmith committed Apr 10, 2024
1 parent 4c8d999 commit 5c8965a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:

runs-on: macos-14
runs-on: macos-14-large

steps:
- uses: actions/checkout@master
Expand All @@ -24,7 +24,7 @@ jobs:
make init
- name: Force select xcode 15.3
run: |
sudo xcode-select -switch /Applications/Xcode_15.2.app
sudo xcode-select -switch /Applications/Xcode_15.3.app
- name: Build
run: |
make build
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spm_build:
## Run tests
test:
rm -rf DerivedData
mkdir CoverageReports
xcodebuild test -scheme NodeKit -derivedDataPath DerivedData -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -enableCodeCoverage YES -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' | bundle exec xcpretty -c
./xcresultparser/xcresultparser --output-format cobertura DerivedData/Logs/Test/*.xcresult > ./CoverageReports/coverage.xml

Expand Down

0 comments on commit 5c8965a

Please sign in to comment.