Sha256: f8d227a0ba65f4b4f765fabc47f0c2a4064cdfa7fcb69e67399b0e0ff6e53141

Contents?: true

Size: 369 Bytes

Versions: 9

Compression:

Stored size: 369 Bytes

Contents

name: Build and Test
on: [push, pull_request]
jobs:
  test:
    strategy:
      fail-fast: false
      matrix:
        ruby: ["2.6", "2.7", "3.0"]
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true
      - run: bundle exec rake

Version data entries

9 entries across 9 versions & 9 rubygems

Version Path
input_reader-0.2.0 .github/workflows/ruby.yml
humanized_id-0.3.0 .github/workflows/ruby.yml
pansophy-1.2.0 .github/workflows/ruby.yml
synchronised_migration-2.2.0 .github/workflows/ruby.yml
inferred_crumpets-0.5.0 .github/workflows/ruby.yml
active_setting-0.2.0 .github/workflows/ruby.yml
queryable_collection-0.2.0 .github/workflows/ruby.yml
tenants_helper-0.2.0 .github/workflows/ruby.yml
sensitive_data_filter-0.6.0 .github/workflows/ruby.yml