ci: remove annotation ci

This commit is contained in:
Planxnx
2024-04-25 13:46:55 +07:00
parent f756f3178a
commit 17d86be552

View File

@@ -60,11 +60,11 @@ jobs:
- name: Test
uses: robherley/go-test-action@v0
with:
testArguments: ./... >> test_output.json
# with:
# testArguments: ./... >> test_output.json
- name: Annotate Test Results
if: always()
uses: guyarb/golang-test-annotations@v0.5.1
with:
test-results: test_output.json"
# - name: Annotate Test Results
# if: always()
# uses: guyarb/golang-test-annotations@v0.5.1
# with:
# test-results: test_output.json"