Skip to content

Commit c5909bf

Browse files
committed
Use your words
1 parent 13922ce commit c5909bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: Danger
4949
when: always
5050
command: |
51-
if [ -n "$DANGER_GITHUB_API_TOKEN" ]; then bundle exec danger; else echo "Skipping Danger for forked pull request."; fi
51+
if [ -n "$DANGER_GITHUB_API_TOKEN" ]; then bundle exec danger --verbose; else echo "Skipping Danger for forked pull request."; fi
5252
- run:
5353
name: Upload to Codecov
5454
when: always
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- setup-apple-silicon
6161
- run: swift build
62-
- run: swift test
62+
- run: swift test --verbose
6363

6464
lint-pod:
6565
executor: xcode-14
@@ -71,7 +71,7 @@ jobs:
7171
executor: xcode-14
7272
steps:
7373
- setup-apple-silicon
74-
- run: bundle exec fastlane test_all
74+
- run: bundle exec fastlane test_all --verbose
7575

7676
fastlane-tests-xcode-12:
7777
executor: xcode-12

0 commit comments

Comments
 (0)