ci: annotate test result

This commit is contained in:
Planxnx
2024-04-25 03:43:26 +07:00
parent 6238b7e1c0
commit db1216df7d

View File

@@ -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"