Sha256: edbf20bf15ebcb18f33a554b7c1a4049de9b9196cc3d4b809579c52aa0471bd6

Contents?: true

Size: 486 Bytes

Versions: 8

Compression:

Stored size: 486 Bytes

Contents

name: CI

on: [push]

env:
  RAILS_ENV: test
  GEMFILE_RUBY_VERSION: 2.7.2

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2

      - name: Set up Ruby 2.7.2
        uses: ruby/setup-ruby@v1
        with:
          # Not needed with a .ruby-version file
          ruby-version: 2.7.2
          # runs 'bundle install' and caches installed gems automatically
          bundler-cache: true

      - name: Run tests
        run: bundle exec rspec spec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
query_helper-0.4.0 .github/workflows/ci.yml
query_helper-0.3.8 .github/workflows/ci.yml
query_helper-0.3.6 .github/workflows/ci.yml
query_helper-0.3.5 .github/workflows/ci.yml
query_helper-0.3.4 .github/workflows/ci.yml
query_helper-0.2.29 .github/workflows/ci.yml
query_helper-0.2.30 .github/workflows/ci.yml
query_helper-0.2.28 .github/workflows/ci.yml