Sha256: fd4fb064f3129b1305fefaf07811b7b31026728206a4fee550aec3c5135b23d6

Contents?: true

Size: 431 Bytes

Versions: 36

Compression:

Stored size: 431 Bytes

Contents

---
name: rake
on:
  push:
    branches:
      - master
  pull_request:
    branches:
      - master
jobs:
  test:
    strategy:
      matrix:
        os: [ubuntu-20.04, macos-12]
        ruby: ['2.7', '3.0']
    runs-on: ${{ matrix.os }}
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
      - run: bundle update
      - run: bundle exec rake

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
cobench-0.0.16 .github/workflows/rake.yml
cobench-0.0.15 .github/workflows/rake.yml
cobench-0.0.14 .github/workflows/rake.yml
cobench-0.0.13 .github/workflows/rake.yml
cobench-0.0.12 .github/workflows/rake.yml
cobench-0.0.11 .github/workflows/rake.yml
cobench-0.0.10 .github/workflows/rake.yml
cobench-0.0.9 .github/workflows/rake.yml
cobench-0.0.8 .github/workflows/rake.yml
cobench-0.0.7 .github/workflows/rake.yml
cobench-0.0.6 .github/workflows/rake.yml
cobench-0.0.5 .github/workflows/rake.yml
cobench-0.0.4 .github/workflows/rake.yml
cobench-0.0.3 .github/workflows/rake.yml
cobench-0.0.2 .github/workflows/rake.yml
cobench-0.0.1 .github/workflows/rake.yml