diff --git a/.github/workflows/CompletePipeline.yml b/.github/workflows/CompletePipeline.yml index 068bd91..73ccb71 100644 --- a/.github/workflows/CompletePipeline.yml +++ b/.github/workflows/CompletePipeline.yml @@ -237,7 +237,6 @@ jobs: with: jobs: ${{ needs.UnitTestingParams.outputs.python_jobs }} # TODO: shouldn't this be configured by a parameter? Same as directories - pacboy: "gcc:p" unittest_report_xml: ${{ needs.ConfigParams.outputs.unittest_report_xml }} coverage_report_xml: ${{ needs.ConfigParams.outputs.coverage_report_xml }} coverage_report_json: ${{ needs.ConfigParams.outputs.coverage_report_json }}