Sha256: e8b66bb3289490d22e12e4d5d5f343b43efbac80b8c3b3d26d263882563bcf67
Contents?: true
Size: 535 Bytes
Versions: 5
Compression:
Stored size: 535 Bytes
Contents
name: RSpec on: push: branches: - main pull_request: workflow_dispatch: jobs: rspec-fast: name: RSpec (Fast) uses: ./.github/workflows/rspec-shared.yml with: os-version: ubuntu-latest ruby-version: "2.7" test-tag: ~slow secrets: inherit rspec-slow: name: RSpec (Slow) uses: ./.github/workflows/rspec-shared.yml if: github.event_name == 'workflow_dispatch' with: os-version: ubuntu-latest ruby-version: "2.7" test-tag: slow secrets: inherit
Version data entries
5 entries across 5 versions & 2 rubygems