CI: typo + minor improvement
This commit is contained in:
@@ -58,7 +58,7 @@ runs:
|
||||
if: always()
|
||||
shell: bash
|
||||
run: |
|
||||
# Printing global result
|
||||
# Print global result
|
||||
if [ ${{ job.status }} != "success" ]
|
||||
then
|
||||
echo "<details><summary>:fire: C++ tests failed</summary>" >> ${{ inputs.reportFile }}
|
||||
|
||||
2
.github/workflows/sub_wrapup.yml
vendored
2
.github/workflows/sub_wrapup.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user