Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Sep 1, 2024
1 parent f61bca8 commit c08b62a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Extra Packages
run: brew install swiftlint xcbeautify
run: brew install swiftlint
- name: Create and set the default keychain
run: |
security create-keychain -p "" temporary
Expand Down Expand Up @@ -71,8 +71,6 @@ jobs:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Install Extra Packages
run: brew install xcbeautify
- name: Create and set the default keychain
run: |
security create-keychain -p "" temporary
Expand Down Expand Up @@ -109,8 +107,6 @@ jobs:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: Install Extra Packages
run: brew install xcbeautify
- name: Build-Test
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace Parse.xcworkspace -scheme ParseSwift -destination platform\=iOS\ Simulator,name\=iPhone\ 13\ Pro\ Max -derivedDataPath DerivedData build 2>&1 | xcbeautify --renderer github-actions
env:
Expand Down

0 comments on commit c08b62a

Please sign in to comment.