Sha256: 24e1284963b0b018eea4e0d27e628c47c62d1103e8887d0d69dc39e38de00039

Contents?: true

Size: 399 Bytes

Versions: 2

Compression:

Stored size: 399 Bytes

Contents

name: RSpec Specific

on:
  workflow_dispatch:
    inputs:
      spec_paths:
        description: "Test files or directories that should be run"
        required: true

jobs:
  rspec-specific:
    name: RSpec (Specific)
    uses: ./.github/workflows/rspec-shared.yml
    with:
      os_version: ubuntu-latest
      ruby_version: "3.2"
      spec_paths: ${{ inputs.spec_paths }}
    secrets: inherit

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cpflow-4.0.1 .github/workflows/rspec-specific.yml
cpflow-4.0.0 .github/workflows/rspec-specific.yml