test: set 9pm LOG_PATH to create GitHub action summary from last log

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-09-25 17:58:09 +02:00
parent c3c1ccc837
commit 0d311cc94f
3 changed files with 14 additions and 1 deletions
+4 -1
View File
@@ -63,4 +63,7 @@ jobs:
path: output/${{ steps.vars.outputs.tgz }}
- name: Regression Test
run: |
make test-qeneth
rc=true
make test-qeneth || rc=false
cat test/.log/last/result.md >> $GITHUB_STEP_SUMMARY
eval $rc