Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ workflows:
#!/usr/bin/env bash

sudo gem install cocoapods
- [email protected]:
title: Update xcpretty
inputs:
- content: |
#!/usr/bin/env bash

bundle update xcpretty
- [email protected]:
title: Run Swift6 tests
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
#
#
#
#
Loading