Skip to content

Rework ability_spec.rb so it doesn't spill over into other specs #936

Rework ability_spec.rb so it doesn't spill over into other specs

Rework ability_spec.rb so it doesn't spill over into other specs #936

Workflow file for this run

name: Test Pull Request
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
lint:
uses: ./.github/workflows/rubocop.yml
parallel-test:
needs: lint
uses: ./.github/workflows/parallel_ci.yml
secrets: inherit