mirror of
https://github.com/alexgo-io/gaze-indexer.git
synced 2026-04-29 20:25:24 +08:00
ci: remove annotation ci
This commit is contained in:
14
.github/workflows/code-analysis.yml
vendored
14
.github/workflows/code-analysis.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user