Skip to content

Commit

Permalink
Update xcode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotl authored Oct 20, 2023
1 parent dd895d0 commit 77d736d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
uses: actions/checkout@v3
- name: Build
run: |
xcodebuild clean build analyze -scheme Empusa | xcpretty && exit ${PIPESTATUS[0]}
# xcodebuild clean build analyze -scheme Empusa | xcpretty && exit ${PIPESTATUS[0]}
xcodebuild clean test -scheme Empusa -destination platform=macOS -showBuildTimingSummary

0 comments on commit 77d736d

Please sign in to comment.