ci: show test result
This commit is contained in:
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
@@ -73,11 +73,14 @@ jobs:
|
|||||||
LLGOROOT=$PWD bash .github/workflows/test_demo.sh
|
LLGOROOT=$PWD bash .github/workflows/test_demo.sh
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
- name: Show test result
|
||||||
|
run: cat result.md
|
||||||
|
|
||||||
- name: PR comment with test result
|
- name: PR comment with test result
|
||||||
uses: thollander/actions-comment-pull-request@v2
|
uses: thollander/actions-comment-pull-request@v2
|
||||||
|
if: false
|
||||||
with:
|
with:
|
||||||
filePath: result.md
|
filePath: result.md
|
||||||
create_if_not_exists: true
|
|
||||||
comment_tag: test-result-on-${{ matrix.os }}-with-llvm-${{ matrix.llvm }}
|
comment_tag: test-result-on-${{ matrix.os }}-with-llvm-${{ matrix.llvm }}
|
||||||
|
|
||||||
- name: Upload coverage reports to Codecov
|
- name: Upload coverage reports to Codecov
|
||||||
|
|||||||
Reference in New Issue
Block a user