Sha256: 5a6920c4be1f950ed48add1d31a0e7e315631dcc25eeefeacb6b59fdb17737ce

Contents?: true

Size: 440 Bytes

Versions: 7

Compression:

Stored size: 440 Bytes

Contents

name: Ruby

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ui_bibz-2.5.3 .github/workflows/ruby.yml
ui_bibz-2.5.2 .github/workflows/ruby.yml
ui_bibz-2.5.1 .github/workflows/ruby.yml
ui_bibz-2.5.0 .github/workflows/ruby.yml
ui_bibz-2.4.0 .github/workflows/ruby.yml
ui_bibz-2.3.15 .github/workflows/ruby.yml
ui_bibz-2.3.14 .github/workflows/ruby.yml