Explorar o código

project: test 16

Yi hai 1 ano
pai
achega
b7b2fce1e6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .drone.yml

+ 2 - 0
.drone.yml

@@ -20,6 +20,8 @@ steps:
   - name: test
     image: golang:1.17
     commands:
+      - pwd
+      - ls -l
       - cd /drone/src/kpt-tmr-group
       - go test `go list ./... | grep -v -E "mock|store|test|fake|cmd|bin|backend|google|logger|proto"` -coverprofile .cover.txt
       - go tool cover -func .cover.txt