Sha256: 19e454f7bcea461da6fa4a6e7481a8a41f2d325c8934a1673abf6d9615a1e578

Contents?: true

Size: 394 Bytes

Versions: 5

Compression:

Stored size: 394 Bytes

Contents

name: Test ActiveSupport v5

on: push

jobs:
  rspec:
    runs-on: ubuntu-18.04

    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          bundler-cache: true
        env:
          BUNDLE_GEMFILE: Gemfile.activesupport5
      - name: Run Tests
        env:
          BUNDLE_GEMFILE: Gemfile.activesupport5
        run: |
          bundle exec rspec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lhs-26.2.0 .github/workflows/test-active-support-5.yml
lhs-26.1.0 .github/workflows/test-active-support-5.yml
lhs-26.0.1 .github/workflows/test-active-support-5.yml
lhs-26.0.0 .github/workflows/test-active-support-5.yml
lhs-25.2.0 .github/workflows/test-active-support-5.yml