Skip to content

Commit 082fa35

Browse files
revert it test
1 parent ad95c09 commit 082fa35

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ jobs:
8080
- name: Install dependencies from .codacy/codacy.yaml
8181
if: matrix.os != 'windows-latest'
8282
run: |
83-
./cli-v2 install
84-
./cli-v2 init
85-
./cli-v2 analyze --format sarif --output results.sarif
83+
./cli-v2 install
8684
# Disable windows it test for now.
8785
# - name: Install dependencies from .codacy/codacy.yaml (Windows)
8886
# if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)