Skip to content

Commit

Permalink
CI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Apr 24, 2024
1 parent 5c951de commit 260c592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: make build_unsigned
- run: gem install xcpretty
- name: Build app
run: make build_unsigned | xcpretty -c && exit ${PIPESTATUS[0]}

0 comments on commit 260c592

Please sign in to comment.