Skip to content

parallel_test gem experimentation #28

parallel_test gem experimentation

parallel_test gem experimentation #28

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
paths-ignore:
- "doc/**"
- "**/*.md"
pull_request:
branches:
- main
jobs:
rspec:
uses: ./.github/workflows/rspec.yml

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Continuous Integration

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 16, Col: 11): Error from called workflow rubyforgood/casa/.github/workflows/rspec.yml@f31225c470cccad3cfe4bd17e59f0419e007dd2f (Line: 6, Col: 1): Unexpected value 'strategy'
secrets: inherit
combine_and_report:
uses: ./.github/workflows/combine_and_report.yml
needs: [rspec]
secrets: inherit