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 619ab5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions .github/workflows/Testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1.5.1
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/codecov-action@v3.1.1
uses: codecov/codecov-action@v3.1.4

0 comments on commit 619ab5a

Please sign in to comment.