Sha256: c1e4597c9c4edbc8eaa722a5c6d62f71cd1e827b31c319c678b1e3fe43fb6512

Contents?: true

Size: 394 Bytes

Versions: 3

Compression:

Stored size: 394 Bytes

Contents

name: CI

on: [push]

jobs:
  test:
    name: Test
    strategy:
      matrix:
        ruby_version:
          - '3.0'
          - 2.7
      fail-fast: false
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby_version }}
          bundler-cache: true
      - run: bundle exec rake spec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
drive_env-0.4.2 .github/workflows/ci.yml
drive_env-0.4.1 .github/workflows/ci.yml
drive_env-0.4.0 .github/workflows/ci.yml