File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments