ci: testing drone #2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
edb5c95625
commit
d4eb0ac741
@ -7,9 +7,6 @@ steps:
|
||||
image: golang
|
||||
commands:
|
||||
- TESTCONTAINERS_RYUK_DISABLED=true go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out"
|
||||
volumes:
|
||||
- name: shared
|
||||
path: /drone/src
|
||||
|
||||
- name: SonarQube Analyses
|
||||
image: aosapps/drone-sonar-plugin
|
||||
@ -18,9 +15,3 @@ steps:
|
||||
from_secret: sonar_host
|
||||
sonar_token:
|
||||
from_secret: sonar_token
|
||||
volumes:
|
||||
- name: shared
|
||||
path: /drone/src
|
||||
volumes:
|
||||
- name: shared
|
||||
temp: {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user