Sha256: ecfe7795677ad2b3ffd62d7f5a5fa01a4589a1f773cee45e97d2387acd9678ea

Contents?: true

Size: 538 Bytes

Versions: 7

Compression:

Stored size: 538 Bytes

Contents

name: Tests

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

permissions:
  contents: read

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

    steps:
    - uses: actions/checkout@v3
    - 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 rake

Version data entries

7 entries across 7 versions & 4 rubygems

Version Path
idempotent-request-0.2.1 .github/workflows/tests.yml
activejob-traceable-0.4.2 .github/workflows/tests.yml
idempotent-request-0.2.0 .github/workflows/tests.yml
activejob-lockable-0.3.0 .github/workflows/tests.yml
api_schema-0.3.0 .github/workflows/tests.yml
activejob-traceable-0.4.1 .github/workflows/tests.yml
activejob-traceable-0.4.0 .github/workflows/tests.yml