Sha256: b569d4759d0323271049c7473d4cfe232c1ad6045398a6ee336469a503111d4b

Contents?: true

Size: 402 Bytes

Versions: 7

Compression:

Stored size: 402 Bytes

Contents

name: Ruby

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby 2.6
      uses: actions/setup-ruby@v1
      with:
        ruby-version: 2.6.x
    - name: Build and test with Rake
      run: |
        sudo apt-get install libsqlite3-dev
        gem install bundler
        bundle install --jobs 4 --retry 3
        bundle exec rake

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
activerecord-setops-0.1.7 .github/workflows/ruby.yml
activerecord-setops-0.1.6 .github/workflows/ruby.yml
activerecord-setops-0.1.5 .github/workflows/ruby.yml
activerecord-setops-0.1.4 .github/workflows/ruby.yml
activerecord-setops-0.1.3 .github/workflows/ruby.yml
activerecord-setops-0.1.2 .github/workflows/ruby.yml
activerecord-setops-0.1.1 .github/workflows/ruby.yml