Skip to content

Remove deprecated option -noall-load #77

Remove deprecated option -noall-load

Remove deprecated option -noall-load #77

Workflow file for this run

name: brew test-bot
on:
push:
branches:
- master
pull_request:
jobs:
test-bot:
strategy:
matrix:
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install Homebrew Bundler RubyGems
run: brew install-bundler-gems
- run: brew test-bot --only-cleanup-before
- run: brew test-bot --only-setup
- run: brew test-bot --only-tap-syntax
- run: brew test-bot --only-formulae
if: github.event_name == 'pull_request'
- name: Upload bottles as artifact
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
with:
name: bottles
path: '*.bottle.*'