Sha256: 47d15f5d4c1dd15bf9a7143db4d3527bb35b5a44b6743b9dc025617133ac32f4

Contents?: true

Size: 496 Bytes

Versions: 9

Compression:

Stored size: 496 Bytes

Contents

name: Ruby Test

on:
  pull_request:
    branches: [ "main" ]

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby-version: [ '3.0', '3.1', '3.2' ]

    steps:
      - uses: actions/checkout@v2
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby-version }}
          bundler-cache: true # runs 'bundle install' and caches installed gems automatically
      - name: Run tests
        run: bundle exec rspec

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
postman_paf-0.5.2 .github/workflows/gem-test.yml
postman_paf-0.5.1 .github/workflows/gem-test.yml
postman_paf-0.5.0 .github/workflows/gem-test.yml
postman_paf-0.4.2 .github/workflows/gem-test.yml
postman_paf-0.4.1 .github/workflows/gem-test.yml
postman_paf-0.4.0 .github/workflows/gem-test.yml
postman_paf-0.3.1 .github/workflows/gem-test.yml
postman_paf-0.3.0 .github/workflows/gem-test.yml
dvla-lint-1.7.1 .github/workflows/gem-test.yml