File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 3131 - name : Display a quick job summary
3232 run : |
3333 echo "Initiated by: ${{ github.actor }}"
34- echo "Running systemtests --build_args=${{inputs.build_args}} -- suites= ${{ inputs.suites}}"
35- echo "Systemtests branch: ${{ inputs.systests_branch }}"
34+ echo "Test suites: ${{ inputs.suites}}"
35+ echo "System tests branch: ${{ inputs.systests_branch }}"
3636 echo "Uploading the runs folder on success: ${{ inputs.upload_artifacts }}"
37+ echo "Running the following command inside tutorials/tools/:"
38+ echo "python3 systemtests.py --build_args=${{inputs.build_args}} --suites=${{ inputs.suites}}"
39+ - name : Prepare the Markdown step summary
40+ run : |
41+ echo "- Initiated by: @${{ github.actor }}" >> $GITHUB_STEP_SUMMARY
42+ echo "- Test suites: \`${{ inputs.suites}}\`" >> $GITHUB_STEP_SUMMARY
43+ echo "- System tests branch: [\`${{ inputs.systests_branch }}\`](https://github.com/precice/tutorials/tree/${{ inputs.systests_branch }})" >> $GITHUB_STEP_SUMMARY
44+ echo "- Uploading the runs folder on success: \`${{ inputs.upload_artifacts }}\`" >> $GITHUB_STEP_SUMMARY
45+ echo "" >> $GITHUB_STEP_SUMMARY
46+ echo "Running the following command inside `tutorials/tools/`:" >> $GITHUB_STEP_SUMMARY
47+ echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
48+ echo "python3 systemtests.py --build_args=${{inputs.build_args}} --suites=${{ inputs.suites}}" >> $GITHUB_STEP_SUMMARY
49+ echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
3750 - name : Move LFS URL to local LFS server
3851 run : |
3952 /home/precice/runners_root/scripts/make_lfs_local.sh
You can’t perform that action at this time.
0 commit comments