Skip to content

🌟 [Major]: Parallel test run, configuration file and further modularization #621

🌟 [Major]: Parallel test run, configuration file and further modularization

🌟 [Major]: Parallel test run, configuration file and further modularization #621

name: Workflow-Test CI [Default]
run-name: "Workflow-Test CI [Default] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
statuses: write
jobs:
WorkflowTestCIDefault:
uses: ./.github/workflows/CI.yml

Check failure on line 22 in .github/workflows/Workflow-Test-Default-CI.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Workflow-Test-Default-CI.yml

Invalid workflow file

error parsing called workflow ".github/workflows/Workflow-Test-Default-CI.yml" -> "./.github/workflows/CI.yml" : You have an error in your yaml syntax on line 72
secrets: inherit
with:
WorkingDirectory: tests/srcTestRepo
Name: PSModuleTest2