Skip to content

Commit

Permalink
ci: pass jobs from Params to UnitTesting
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Nov 29, 2021
1 parent 95e65bd commit 86b6a3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:

UnitTesting:
uses: pyTooling/Actions/.github/workflows/UnitTesting.yml@dev
needs:
- Params
with:
jobs: ${{ needs.Params.outputs.python_jobs }}
TestReport: true

Coverage:
Expand Down

0 comments on commit 86b6a3a

Please sign in to comment.