Skip to content

Merge pull request #106 from nekottyo/update #135

Merge pull request #106 from nekottyo/update

Merge pull request #106 from nekottyo/update #135

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: macos-latest
strategy:
matrix:
target: [tap, brew.0, brew.1, brew.2, cask, deploy]
steps:
- name: uninstall brew
run: echo y | ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)" || true
- uses: actions/checkout@v1
- name: Run test
run: make test.${{ matrix.target }}