Skip to content

Commit ac14cdc

Browse files
authored
Update run-tests.yml
1 parent b7e4d51 commit ac14cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525

2626
- name: 🛠️ Run All Tests
2727
run: |
28-
swift test | xcpretty --utf --color && exit ${PIPESTATUS[0]}
28+
swift test | exit ${PIPESTATUS[0]}

0 commit comments

Comments
 (0)