mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
ExamplePipeline: UnitTesting needs Params
This commit is contained in:
@@ -17,6 +17,8 @@ jobs:
|
|||||||
|
|
||||||
UnitTesting:
|
UnitTesting:
|
||||||
uses: pyTooling/Actions/.github/workflows/UnitTesting.yml@main
|
uses: pyTooling/Actions/.github/workflows/UnitTesting.yml@main
|
||||||
|
needs:
|
||||||
|
- Params
|
||||||
with:
|
with:
|
||||||
jobs: ${{ needs.Params.outputs.python_jobs }}
|
jobs: ${{ needs.Params.outputs.python_jobs }}
|
||||||
# Optional
|
# Optional
|
||||||
|
|||||||
Reference in New Issue
Block a user