Skip to content

gds-cli: v5.89.0

gds-cli: v5.89.0 #42

Workflow file for this run

name: brew test-bot
on:
pull_request:
paths:
- "Formula/gds-cli.rb"
push:
paths:
- "Formula/gds-cli.rb"
workflow_dispatch:
jobs:
test-bot:
runs-on: macos-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
with:
show-progress: false
- name: Run brew test-bot
run: |
set -e
brew update
HOMEBREW_TAP_DIR="/usr/local/Homebrew/Library/Taps/alphagov/homebrew-gds"
mkdir -p "$HOMEBREW_TAP_DIR"
rm -rf "$HOMEBREW_TAP_DIR"
ln -s "$PWD" "$HOMEBREW_TAP_DIR"
brew test-bot gds-cli