Skip to content

Commit

Permalink
Use xcpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
andooown committed Sep 4, 2023
1 parent cb7935b commit fcd6b2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: make build-library
run: make build-library | xcpretty

test:
name: Test
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Test
run: make test-library
run: make test-library | xcpretty

build-example:
name: Build Example app
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Build
run: make build-example
run: make build-example | xcpretty

0 comments on commit fcd6b2b

Please sign in to comment.