Sha256: 5914f9da37475dab6446674ec846b097b2506065c70238349486e471d0adb433

Contents?: true

Size: 507 Bytes

Versions: 8

Compression:

Stored size: 507 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.21.2 .github/workflows/main.yml
typeprof-0.21.1 .github/workflows/main.yml
typeprof-0.21.0 .github/workflows/main.yml
typeprof-0.20.4 .github/workflows/main.yml
typeprof-0.20.3 .github/workflows/main.yml
typeprof-0.20.2 .github/workflows/main.yml
typeprof-0.20.1 .github/workflows/main.yml
typeprof-0.20.0 .github/workflows/main.yml