Skip to content

Commit

Permalink
Run with latest unittest merge commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jun 4, 2024
1 parent 6eb059d commit c2d0fdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ jobs:
steps:
- name: Download JUnit XML files
uses: actions/download-artifact@v4
- name: ✅ Run pytest
run: |
ls -lAh
PublishCoverageResults:
uses: pyTooling/Actions/.github/workflows/PublishCoverageResults.yml@r1
Expand All @@ -166,7 +169,6 @@ jobs:
- UnitTestingParams
- UnitTesting
with:
additional_merge_args: '"--pytest=reduce-depth:pytest.tests.unit"'
merged_junit_artifact: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).unittesting_xml }}

IntermediateCleanUp:
Expand Down

0 comments on commit c2d0fdf

Please sign in to comment.