diff --git a/.github/workflows/actions/runCPPTests/runAllTests/action.yml b/.github/workflows/actions/runCPPTests/runAllTests/action.yml index 8eb6e07b72..48618a26a0 100644 --- a/.github/workflows/actions/runCPPTests/runAllTests/action.yml +++ b/.github/workflows/actions/runCPPTests/runAllTests/action.yml @@ -58,7 +58,7 @@ runs: if: always() shell: bash run: | - # Printing global result + # Print global result if [ ${{ job.status }} != "success" ] then echo "
:fire: C++ tests failed" >> ${{ inputs.reportFile }} diff --git a/.github/workflows/sub_wrapup.yml b/.github/workflows/sub_wrapup.yml index dd658eb754..f6a7634129 100644 --- a/.github/workflows/sub_wrapup.yml +++ b/.github/workflows/sub_wrapup.yml @@ -59,7 +59,7 @@ jobs: path: ${{ env.artifactsDownloadDir }} - name: Save input data to file run: | - cat > data << EOD + cat > data << "EOD" ${{ inputs.previousSteps }} EOD - name: Compute the report