ci: show test result

This commit is contained in:
Li Jie
2024-06-08 13:20:23 +08:00
parent f16e721d01
commit 61ccaab55b

View File

@@ -73,11 +73,14 @@ jobs:
LLGOROOT=$PWD bash .github/workflows/test_demo.sh
exit 0
- name: Show test result
run: cat result.md
- name: PR comment with test result
uses: thollander/actions-comment-pull-request@v2
if: false
with:
filePath: result.md
create_if_not_exists: true
comment_tag: test-result-on-${{ matrix.os }}-with-llvm-${{ matrix.llvm }}
- name: Upload coverage reports to Codecov