Skip to content

Commit

Permalink
Workflow matches update
Browse files Browse the repository at this point in the history
Xcode bump to 12.0
  • Loading branch information
Oddj0b committed Sep 21, 2020
1 parent 9543fc6 commit 879d8c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
build:
runs-on: [macos-latest]
env:
XC_VERSION: ${{ '11.4' }}
XC_WORKSPACE: ${{ 'MyApp.xcworkspace' }}
XC_SCHEME: ${{ 'MyApp' }}
XC_VERSION: ${{ '12.0' }}
XC_XCODEPROJECT: ${{ 'Smash-up.xcideproj' }}
XC_SCHEME: ${{ 'Smash-up' }}
steps:
- name: Select latest Xcode
run: "sudo xcode-select -s /Applications/Xcode_$XC_VERSION.app"
- uses: actions/checkout@v2
- name: Run Unit and UI Tests
run: /usr/bin/xcodebuild test -workspace "$XC_WORKSPACE" -scheme "$XC_SCHEME" -destination 'platform=iOS Simulator,name=iPhone 11'
run: /usr/bin/xcodebuild test -project "$XC_XCODEPROJECT" -scheme "$XC_SCHEME" -destination 'platform=iOS Simulator,name=iPhone 11'

0 comments on commit 879d8c9

Please sign in to comment.