need to see files in that directory

This commit is contained in:
Hyatt 2024-01-20 12:24:37 -06:00
parent 4206974feb
commit 289c95be8b
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -123,6 +123,7 @@ sonar.go.coverage.reportPaths=cover.out
| tar -z -x -f - -C /usr/local/bin
ln -s "${workspace}" "/go/src/${env.JOB_BASE_NAME}"
cd "/go/src/${env.JOB_BASE_NAME}"
ls -lah
go test -short -coverprofile=cover.out \$(go list ./... | grep -v vendor/)
go test -v ./... 2>&1 | go-junit-report > report.xml
"""