Skip to content

Commit

Permalink
github actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Jan 25, 2023
1 parent 9776705 commit 04d16a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Install
run: pod install
- name: Build & Test
run: xcodebuild test -workspace color-ios.xcworkspace -scheme color-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11'
run: xcodebuild test -workspace color-ios.xcworkspace -scheme color-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Install
run: pod install
- name: Build
run: xcodebuild build-for-testing -workspace color-ios.xcworkspace -scheme color-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11'
run: xcodebuild build-for-testing -workspace color-ios.xcworkspace -scheme color-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'

0 comments on commit 04d16a5

Please sign in to comment.