From c2fa4793b76ea59c2eabfe00c7b1a51da292498f Mon Sep 17 00:00:00 2001 From: 0penBrain <48731257+0penBrain@users.noreply.github.com> Date: Wed, 3 May 2023 15:00:08 +0200 Subject: [PATCH] CI: typo + minor improvement --- .github/workflows/actions/runCPPTests/runAllTests/action.yml | 2 +- .github/workflows/sub_wrapup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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