Sha256: e754aa323fb7d8b671a97df787fdbefecc92598ec961b2cdd28b6bf280b37d38

Contents?: true

Size: 278 Bytes

Versions: 30

Compression:

Stored size: 278 Bytes

Contents

name: macos

on: [push]

jobs:
  build:
    runs-on: macos-latest
    steps:
    - uses: actions/checkout@master
    - name: Install dependencies
      run: |
        gem install bundler --no-document
        bundle install
    - name: Run test
      run: bundle exec rake test

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
yao-0.21.0 .github/workflows/macos.yml
yao-0.20.0 .github/workflows/macos.yml
yao-0.19.0 .github/workflows/macos.yml
yao-0.18.0 .github/workflows/macos.yml
yao-0.17.0 .github/workflows/macos.yml
yao-0.16.0 .github/workflows/macos.yml
textbringer-1.1.1 .github/workflows/macos.yml
yao-0.15.0 .github/workflows/macos.yml
yao-0.14.0 .github/workflows/macos.yml
textbringer-1.1.0 .github/workflows/macos.yml
textbringer-1.0.9 .github/workflows/macos.yml
textbringer-1.0.4 .github/workflows/macos.yml
yao-0.13.4 .github/workflows/macos.yml
yao-0.13.3 .github/workflows/macos.yml
yao-0.13.2 .github/workflows/macos.yml
yao-0.13.1 .github/workflows/macos.yml
yao-0.13.0 .github/workflows/macos.yml
textbringer-1.0.3 .github/workflows/macos.yml
yao-0.12.0 .github/workflows/macos.yml
yao-0.11.3 .github/workflows/macos.yml