We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e4d51 commit ac14cdcCopy full SHA for ac14cdc
.github/workflows/run-tests.yml
@@ -25,4 +25,4 @@ jobs:
25
26
- name: 🛠️ Run All Tests
27
run: |
28
- swift test | xcpretty --utf --color && exit ${PIPESTATUS[0]}
+ swift test | exit ${PIPESTATUS[0]}
0 commit comments