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
textbringer-1.0.2 .github/workflows/macos.yml
yao-0.11.2 .github/workflows/macos.yml
yao-0.11.1 .github/workflows/macos.yml
yao-0.11.0 .github/workflows/macos.yml
textbringer-1.0.1 .github/workflows/macos.yml
yao-0.10.1 .github/workflows/macos.yml
yao-0.10.0 .github/workflows/macos.yml
yao-0.9.1 .github/workflows/macos.yml
yao-0.9.0 .github/workflows/macos.yml
yao-0.8.0 .github/workflows/macos.yml