Skip to content

Brew formula update for saucectl version v0.178.1-rc.0 #98

Brew formula update for saucectl version v0.178.1-rc.0

Brew formula update for saucectl version v0.178.1-rc.0 #98

Workflow file for this run

name: test
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test Formula
run: brew audit --strict --formula --except=version Formula/saucectl.rb
test-install:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Formula
run: |
brew install --formula Formula/saucectl.rb