Skip to content

Commit

Permalink
Move the action later
Browse files Browse the repository at this point in the history
  • Loading branch information
swlynch99 committed Sep 26, 2024
1 parent 19d177b commit 22ddb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
key: ${{ matrix.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
restore-keys: ${{ matrix.os }}-rubygems-

- uses: lhotari/action-upterm@v1

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

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

- uses: lhotari/action-upterm@v1

# - run: brew test-bot --only-tap-syntax

- run: brew test-bot --only-formulae --root-url='https://ghcr.io/v2/iopsystems/iop'
Expand Down

0 comments on commit 22ddb06

Please sign in to comment.