Skip to content

Commit

Permalink
Try to get more verbose output to diagnose
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <[email protected]>
  • Loading branch information
kke committed Oct 10, 2023
1 parent 01eb3d9 commit cea55bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
restore-keys: ${{ runner.os }}-rubygems-

- run: brew test-bot --only-cleanup-before
- run: brew test-bot --only-cleanup-before -d -v

- run: brew test-bot --only-setup
- run: brew test-bot --only-setup -d -v

- run: brew test-bot --only-tap-syntax
- run: brew test-bot --only-tap-syntax -d -v

- run: brew test-bot --only-formulae
- run: brew test-bot --only-formulae -d -v
if: github.event_name == 'pull_request'

- name: Upload bottles as artifact
Expand Down

0 comments on commit cea55bb

Please sign in to comment.