Sha256: bc3f133d02f27cb802c88de34cf213a5c110141dd127000edc11fef3cdf64018

Contents?: true

Size: 535 Bytes

Versions: 1

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: "3.2"
      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: "3.2"
      test-tag: slow
    secrets: inherit

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cpflow-3.0.1 .github/workflows/rspec.yml