We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b0f2b commit 015aa32Copy full SHA for 015aa32
ci/pipelines/stemcells-windows.yml
@@ -668,7 +668,9 @@ jobs:
668
set -eu -o pipefail
669
set -x
670
cd bosh-windows-acceptance-tests
671
+ go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest run ./...
672
go test -c
673
+ go run github.com/onsi/ginkgo/v2/ginkgo run --dry-run -v
674
- put: bosh-windows-acceptance-tests-src-out
675
params:
676
repository: bosh-windows-acceptance-tests-src-out
0 commit comments