Sha256: f7eca411902fe433f72093256f3b18300bca3754b5f6a697b65d3295df0ee3e6

Contents?: true

Size: 642 Bytes

Versions: 6

Compression:

Stored size: 642 Bytes

Contents

name: CI

on: [push, pull_request]

jobs:
  test:
    strategy:
      matrix:
        ruby_version: [2.6.x, 2.7.x, 3.0.x]
      fail-fast: false
    runs-on: ubuntu-latest
    name: Test on Ruby ${{ matrix.ruby_version }}
    steps:
    - uses: actions/checkout@v2
    - name: Setup Ruby ${{ matrix.ruby_version }}
      uses: actions/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby_version }}
    - name: Install dependencies
      run: bundle install
    - name: Build gem
      run: gem build yajl-ruby.gemspec
    - name: Install gem
      run: gem install yajl-ruby
    - name: Run tests
      run: bundle exec rake spec

Version data entries

6 entries across 6 versions & 4 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/.github/workflows/ci.yml
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/.github/workflows/ci.yml
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/.github/workflows/ci.yml
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/.github/workflows/ci.yml
yajl-ruby-1.4.3 .github/workflows/ci.yml
yajl-ruby-1.4.2 .github/workflows/ci.yml