Sha256: 05733eef9d564e0fcd34e9338c9076390362ad371b62d575a012f5c65cdeb4fd

Contents?: true

Size: 637 Bytes

Versions: 4

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.20.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

4 entries across 4 versions & 1 rubygems

Version Path
solr_wrapper-4.0.2 .github/workflows/ci.yml
solr_wrapper-4.0.1 .github/workflows/ci.yml
solr_wrapper-4.0.0 .github/workflows/ci.yml
solr_wrapper-3.1.3 .github/workflows/ci.yml