Skip to content

Rebuild citadel bottles for protobuf again #4363

Rebuild citadel bottles for protobuf again

Rebuild citadel bottles for protobuf again #4363

Workflow file for this run

name: brew test-bot
on:
push:
branches: master
pull_request: []
jobs:
test-bot:
runs-on: ubuntu-22.04
env:
HOMEBREW_FORCE_VENDOR_RUBY: 1
steps:
- name: Activate Homebrew
if: runner.os == 'Linux'
run: echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- run: brew tap homebrew/core
- name: Cache Bundler RubyGems
id: cache
uses: actions/cache@v3
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 Bundler RubyGems
if: steps.cache.outputs.cache-hit != 'true'
run: brew install-bundler-gems
- run: brew test-bot --only-cleanup-before
- run: brew test-bot --only-setup
- run: brew test-bot --fail-fast --tap=osrf/simulation --only-tap-syntax