Unverified Commit bf1e5ed0 authored by Hiroshi SHIBATA's avatar Hiroshi SHIBATA Committed by GitHub
Browse files

Merge pull request #1501 from rbenv/actions

Split macOS test to GitHub Actions
parents 01d9e8a9 cbc0ddc7
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
name: test with macos

on: [push, pull_request]

jobs:
  build:
    runs-on: macos-latest
    steps:
    - uses: actions/checkout@v2
    - run: git clone --depth 1 https://github.com/sstephenson/bats.git
    - run: PATH="./bats/bin:$PATH" script/test
+0 −3
Original line number Diff line number Diff line
sudo: false
os:
  - osx
  - linux
install: git clone --depth 1 https://github.com/sstephenson/bats.git
script: PATH="./bats/bin:$PATH" script/test
language: c