Skip to content

Commit

Permalink
ci: remove annotation ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Planxnx committed Apr 25, 2024
1 parent f756f31 commit 17d86be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
test-results: test_output.json"
# - name: Annotate Test Results
# if: always()
# uses: guyarb/[email protected]
# with:
# test-results: test_output.json"

0 comments on commit 17d86be

Please sign in to comment.