Skip to content

Commit 45ad8ac

Browse files
committed
Formatting strings
1 parent 0769e6b commit 45ad8ac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/run_testsuite_workflow.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ jobs:
4242
echo "- Test suites: \`${{ inputs.suites}}\`" >> $GITHUB_STEP_SUMMARY
4343
echo "- System tests branch: [\`${{ inputs.systests_branch }}\`](https://github.com/precice/tutorials/tree/${{ inputs.systests_branch }})" >> $GITHUB_STEP_SUMMARY
4444
echo "- Uploading the runs folder on success: \`${{ inputs.upload_artifacts }}\`" >> $GITHUB_STEP_SUMMARY
45-
echo "\nRunning the following command:" >> $GITHUB_STEP_SUMMARY
46-
echo "\`\`\`\nsystemtests --build_args=${{inputs.build_args}} --suites=${{ inputs.suites}}\n\`\`\`" >> $GITHUB_STEP_SUMMARY
45+
echo "" >> $GITHUB_STEP_SUMMARY
46+
echo "Running the following command:" >> $GITHUB_STEP_SUMMARY
47+
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
48+
echo "systemtests --build_args=${{inputs.build_args}} --suites=${{ inputs.suites}}" >> $GITHUB_STEP_SUMMARY
49+
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
4750
- name: Move LFS URL to local LFS server
4851
run: |
4952
/home/precice/runners_root/scripts/make_lfs_local.sh

0 commit comments

Comments
 (0)