Skip to content

Commit

Permalink
🔀️ Merge branch 'test-bot-workflow-update'
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Oct 29, 2024
2 parents 5b39314 + cab1881 commit 879dc7a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,11 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master

- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/cache@v4
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
restore-keys: ${{ runner.os }}-rubygems-

- name: Install Homebrew Bundler RubyGems
if: steps.cache.outputs.cache-hit != 'true'
run: brew install-bundler-gems
key: ${{ matrix.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
restore-keys: ${{ matrix.os }}-rubygems-

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

Expand All @@ -50,5 +45,5 @@ jobs:
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
with:
name: bottles
path: "*.bottle.*"
name: bottles_${{ matrix.os }}
path: '*.bottle.*'

0 comments on commit 879dc7a

Please sign in to comment.