Skip to content

Commit 015aa32

Browse files
committed
Deps: run ginkgo's dry-run after updataing deps
For bosh-windows-acceptance-tests
1 parent 19b0f2b commit 015aa32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/pipelines/stemcells-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,9 @@ jobs:
668668
set -eu -o pipefail
669669
set -x
670670
cd bosh-windows-acceptance-tests
671+
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest run ./...
671672
go test -c
673+
go run github.com/onsi/ginkgo/v2/ginkgo run --dry-run -v
672674
- put: bosh-windows-acceptance-tests-src-out
673675
params:
674676
repository: bosh-windows-acceptance-tests-src-out

0 commit comments

Comments
 (0)