Skip to content

parallel_test gem experimentation #29

parallel_test gem experimentation

parallel_test gem experimentation #29

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@19979d096cb46e5be3835e694d98512395049bdd (Line: 21, Col: 22): Unexpected value '12' In .github/workflows/ci.yml (Line: 16, Col: 11): Error from called workflow rubyforgood/casa/.github/workflows/rspec.yml@19979d096cb46e5be3835e694d98512395049bdd (Line: 23, Col: 35): Unexpected value '4'
secrets: inherit
combine_and_report:
uses: ./.github/workflows/combine_and_report.yml
needs: [rspec]
secrets: inherit