mirror of
https://github.com/alexgo-io/gaze-indexer.git
synced 2026-04-28 11:45:34 +08:00
ci: annotate test result
This commit is contained in:
8
.github/workflows/code-analysis.yml
vendored
8
.github/workflows/code-analysis.yml
vendored
@@ -60,3 +60,11 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
uses: robherley/go-test-action@v0
|
||||
with:
|
||||
testArguments: "-json ./... > test_output.json"
|
||||
|
||||
- name: Annotate Test Results
|
||||
if: always()
|
||||
uses: guyarb/golang-test-annotations@v0.5.1
|
||||
with:
|
||||
test-results: test_output.json"
|
||||
|
||||
Reference in New Issue
Block a user