Sha256: dc423a0a1f7c82dbb75856e93f1539586d33581008f4d18c4b3f231cfcfa603b

Contents?: true

Size: 477 Bytes

Versions: 7

Compression:

Stored size: 477 Bytes

Contents

## This file is managed by Terraform.
## Do not modify this file directly, as it may be overwritten.
## Please open an issue instead.
name: CI
on: [push, pull_request]
jobs:
  test:
    strategy:
      fail-fast: false
      matrix:
        ruby: [2.7, '3.0', '3.1']
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true
    - run: bundle exec rake

Version data entries

7 entries across 7 versions & 6 rubygems

Version Path
trailblazer-macro-2.1.13 .github/workflows/ci.yml
trailblazer-2.1.2 .github/workflows/ci.yml
trailblazer-macro-contract-2.1.4 .github/workflows/ci.yml
trailblazer-macro-2.1.12 .github/workflows/ci.yml
trailblazer-operation-0.9.0 .github/workflows/ci.yml
trailblazer-activity-dsl-linear-1.1.0 .github/workflows/ci.yml
trailblazer-developer-0.0.27 .github/workflows/ci.yml