Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Aug 27, 2023
1 parent a31c2f1 commit ff8a3a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/test_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -eo pipefail

xcodebuild -workspace swdestiny-trades.xcworkspace \
-scheme SWDestinyTrades \
-destination platform=iOS\ Simulator,OS=16.0,name=iPhone\ 11 \
-destination platform=iOS\ Simulator,OS=16.4,name=iPhone\ 11 \
-enableCodeCoverage YES \
clean test | xcpretty
6 changes: 3 additions & 3 deletions .github/workflows/Testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ env:
jobs:
test:
name: Testing SWDestiny Trades app
runs-on: macOS-12
runs-on: macOS-13
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: 14.0.1
xcode-version: 14.3.1

- name: Install Mint
run: |
Expand Down Expand Up @@ -62,4 +62,4 @@ jobs:
run: exec ./.github/scripts/test_app.sh

- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].4

0 comments on commit ff8a3a4

Please sign in to comment.