Skip to content

Commit

Permalink
Remove xcpretty command
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Dec 16, 2023
1 parent 0fb48c0 commit 1e05618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Testing.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
-sdk iphonesimulator \
-destination '${{ matrix.destination }}' \
-enableCodeCoverage YES \
test | xcpretty && exit ${PIPESTATUS[0]}
test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.4
Expand Down

0 comments on commit 1e05618

Please sign in to comment.