Skip to content

Merge pull request #60 from kayac/create-pull-request/patch #96

Merge pull request #60 from kayac/create-pull-request/patch

Merge pull request #60 from kayac/create-pull-request/patch #96

Workflow file for this run

name: test
on:
push:
branches:
- master
jobs:
test:
name: test
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1
steps:
- name: Check out code
uses: actions/checkout@v4
- name: setup brew path
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
ls *.rb | grep -v @ | xargs -n 1 brew install --formula --build-from-source