Sha256: 0d7fc8d09b099f50764e7570777bf84ca99a5003e7401cb37a5275dbdffcf077

Contents?: true

Size: 637 Bytes

Versions: 6

Compression:

Stored size: 637 Bytes

Contents

name: CI

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby:
          - 2.7
          - 3.0
          - jruby-9.2.14.0
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
    - name: Install dependencies
      run: bundle install
    - name: Run tests
      run: bundle exec rake
      env:
        ENGINE_CART_RAILS_OPTIONS: '--skip-git --skip-listen --skip-spring --skip-keeps --skip-action-cable --skip-coffee --skip-test'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
solr_wrapper-3.1.2 .github/workflows/ci.yml
solr_wrapper-3.1.1 .github/workflows/ci.yml
solr_wrapper-3.1.0 .github/workflows/ci.yml
solr_wrapper-3.0.2 .github/workflows/ci.yml
solr_wrapper-3.0.1 .github/workflows/ci.yml
solr_wrapper-3.0.0 .github/workflows/ci.yml