Skip to content

Commit 59e698d

Browse files
committed
Add missing job summary
1 parent 51b394d commit 59e698d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/system-tests-pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ jobs:
9999
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
100100
echo "${{ steps.ref-calculix-adapter.outputs.description }}" >> $GITHUB_STEP_SUMMARY
101101
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
102+
echo "### DuMux adapter" >> $GITHUB_STEP_SUMMARY
103+
echo "Reference: [\`${{ steps.ref-dumux-adapter.outputs.shorthash }}\`](https://github.com/precice/dumux-adapter/commit/${{ steps.ref-dumux-adapter.outputs.shorthash }})" >> $GITHUB_STEP_SUMMARY
104+
echo "Description:" >> $GITHUB_STEP_SUMMARY
105+
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
106+
echo "${{ steps.ref-dumux-adapter.outputs.description }}" >> $GITHUB_STEP_SUMMARY
107+
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
102108
echo "### FEniCS adapter" >> $GITHUB_STEP_SUMMARY
103109
echo "Reference: [\`${{ steps.ref-fenics-adapter.outputs.shorthash }}\`](https://github.com/precice/fenics-adapter/commit/${{ steps.ref-fenics-adapter.outputs.shorthash }})" >> $GITHUB_STEP_SUMMARY
104110
echo "Description:" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)