From 61ccaab55b66896225f2c24be50382446a7213ad Mon Sep 17 00:00:00 2001 From: Li Jie Date: Sat, 8 Jun 2024 13:20:23 +0800 Subject: [PATCH] ci: show test result --- .github/workflows/go.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9350681e..89563e2a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -72,12 +72,15 @@ jobs: set +e 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