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 31aae42 commit 94b13e5
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,8 +13,11 @@ jobs:

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

Coverage:
uses: pyTooling/Actions/.github/workflows/CoverageCollection.yml@dev
Expand Down

0 comments on commit 94b13e5

Please sign in to comment.