Skip to content

Commit

Permalink
Improved CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Oct 25, 2023
1 parent 07683b1 commit 58ceaf3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
- run: make test
uses: actions/checkout@v4
- run: |
gem install xcpretty
make test | xcpretty -c && exit ${PIPESTATUS[0]}

0 comments on commit 58ceaf3

Please sign in to comment.