Sha256: f5738ce84079f320f762bb734f3c80664233421bf2b8ac2ba543c6f8dce2a9e2

Contents?: true

Size: 505 Bytes

Versions: 14

Compression:

Stored size: 505 Bytes

Contents

name: Ruby

on: [push,pull_request]

jobs:
  build:
    strategy:
      fail-fast: false
      matrix:
        ruby-version: [2.7.1, 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

14 entries across 14 versions & 1 rubygems

Version Path
typeprof-0.11.0 .github/workflows/main.yml
typeprof-0.10.0 .github/workflows/main.yml
typeprof-0.9.2 .github/workflows/main.yml
typeprof-0.9.1 .github/workflows/main.yml
typeprof-0.9.0 .github/workflows/main.yml
typeprof-0.8.0 .github/workflows/main.yml
typeprof-0.7.0 .github/workflows/main.yml
typeprof-0.6.1 .github/workflows/main.yml
typeprof-0.6.0 .github/workflows/main.yml
typeprof-0.5.4 .github/workflows/main.yml
typeprof-0.5.3 .github/workflows/main.yml
typeprof-0.5.2 .github/workflows/main.yml
typeprof-0.5.1 .github/workflows/main.yml
typeprof-0.5.0 .github/workflows/main.yml