Sha256: 110fe0aac031c355236d9b0d1ebb86d4b3c4539eb63dc3cce935b9cb3a3fafb1

Contents?: true

Size: 503 Bytes

Versions: 5

Compression:

Stored size: 503 Bytes

Contents

name: Tests

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  test:

    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby-version: ['2.6', '2.7']

    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

5 entries across 5 versions & 2 rubygems

Version Path
openactive-0.3.0 .github/workflows/tests.yaml
openactive-0.2.2 .github/workflows/tests.yaml
openactive-0.2.1 .github/workflows/tests.yaml
openactive-dataset_site-0.2.0 .github/workflows/tests.yaml
openactive-0.2.0 .github/workflows/tests.yaml