Skip to content

Commit de7de18

Browse files
committed
ci: disable test
1 parent 936723e commit de7de18

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ stages: # List of stages for jobs, and their order of execution
22
- build
33
- after_build
44
- after_pack
5-
- test
65

76
variables:
87
GOPROXY: https://goproxy.cn,direct
@@ -101,16 +100,3 @@ lark-notify:
101100
script:
102101
- chmod 755 ci/push && ci/push
103102

104-
test:
105-
tags:
106-
- client-build-shell-066
107-
stage: test
108-
dependencies: [ ]
109-
script:
110-
- golangci-lint run --color always
111-
- gotestsum --junitfile report.xml --format testname
112-
artifacts:
113-
when: always
114-
reports:
115-
junit: report.xml
116-

0 commit comments

Comments
 (0)