Skip to content

Commit

Permalink
Update pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffctown committed Apr 11, 2020
1 parent 2a09240 commit 0b2335c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pull_request

on: pull_request

env:
DEVELOPER_DIR: /Applications/Xcode_11.4.app/Contents/Developer

Expand All @@ -11,10 +11,12 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Xcode Build
- name: Install Dependencies
run: |
gem install bundler:1.16.6
bundle install
- name: Xcode Build
run: |
set -o pipefail
xcodebuild build -workspace COVIDWatch.xcworkspace -scheme 'COVIDWatch iOS' CODE_SIGNING_ALLOWED=NO | xcpretty
Expand Down

0 comments on commit 0b2335c

Please sign in to comment.