Sha256: ff537470e1986bb2f295e888278978c03c30029d87e9c264f88fd6f164a7d442

Contents?: true

Size: 508 Bytes

Versions: 8

Compression:

Stored size: 508 Bytes

Contents

name: Ruby

on: [push,pull_request]

jobs:
  build:
    strategy:
      fail-fast: false
      matrix:
        ruby-version: [2.7, 3.0, head]
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
      with:
        submodules: true
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby-version }}
    - name: Bundle install
      run: |
        bundle install
    - name: Run the test suite
      run: |
        bundle exec rake TESTOPT=-v

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typeprof-0.15.3 .github/workflows/main.yml
typeprof-0.15.2 .github/workflows/main.yml
typeprof-0.15.1 .github/workflows/main.yml
typeprof-0.15.0 .github/workflows/main.yml
typeprof-0.14.1 .github/workflows/main.yml
typeprof-0.14.0 .github/workflows/main.yml
typeprof-0.13.0 .github/workflows/main.yml
typeprof-0.12.0 .github/workflows/main.yml