Sha256: 6e41c621df820e4623949ca4fa35c255d7070e49a5af477518b058732b2fc105

Contents?: true

Size: 530 Bytes

Versions: 23

Compression:

Stored size: 530 Bytes

Contents

name: CI
on: [push, pull_request]
jobs:
  test:
    strategy:
      fail-fast: false
      matrix:
        # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
        ruby: [2.5, 2.6, 2.7, '3.0', head, jruby, jruby-head]
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true # runs 'bundle install' and caches installed gems automatically
    - run: bundle exec rake

Version data entries

23 entries across 23 versions & 9 rubygems

Version Path
trailblazer-context-0.5.1 .github/workflows/ci.yml
trailblazer-developer-0.0.23 .github/workflows/ci.yml
trailblazer-macro-contract-2.1.2 .github/workflows/ci.yml
trailblazer-macro-2.1.9 .github/workflows/ci.yml
trailblazer-activity-dsl-linear-0.5.0 .github/workflows/ci.yml
trailblazer-activity-0.13.0 .github/workflows/ci.yml
trailblazer-activity-dsl-linear-0.4.3 .github/workflows/ci.yml
trailblazer-macro-2.1.7 .github/workflows/ci.yml
trailblazer-option-0.1.2 .github/workflows/ci.yml
trailblazer-activity-dsl-linear-0.4.2 .github/workflows/ci.yml
trailblazer-developer-0.0.22 .github/workflows/ci.yml
trailblazer-operation-0.7.5 .github/workflows/ci.yml
trailblazer-activity-dsl-linear-0.4.1 .github/workflows/ci.yml
trailblazer-activity-0.12.2 .github/workflows/ci.yml
trailblazer-option-0.1.1 .github/workflows/ci.yml
declarative-builder-0.2.0 .github/workflows/ci.yml
trailblazer-context-0.5.0 .github/workflows/ci.yml
trailblazer-option-0.1.0 .github/workflows/ci.yml
trailblazer-operation-0.7.4 .github/workflows/ci.yml
trailblazer-activity-0.12.1 .github/workflows/ci.yml