Skip to content

Commit c19ba3b

Browse files
committed
update xcpretty to 0.4.1
1 parent 59d6d30 commit c19ba3b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

bitrise.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ workflows:
1818
#!/usr/bin/env bash
1919
2020
sudo gem install cocoapods
21+
- script@1.2.0:
22+
title: Update xcpretty
23+
inputs:
24+
- content: |
25+
#!/usr/bin/env bash
26+
27+
bundle update xcpretty
2128
- script@1.2.0:
2229
title: Run Swift6 tests
2330
inputs:

0 commit comments

Comments
 (0)