Skip to content

Commit 19b0f2b

Browse files
committed
CI: bosh-windows-acceptance-tests use Ginkgo v2
1 parent 56241d7 commit 19b0f2b

File tree

1 file changed

+1
-1
lines changed
  • ci/tasks/run-bwats

1 file changed

+1
-1
lines changed

ci/tasks/run-bwats/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ pushd bosh-windows-acceptance-tests
5353
}
5454
END_OF_CONFIG
5555

56-
go run github.com/onsi/ginkgo/ginkgo --focus="${GINKGO_FOCUS}" --skip="${GINKGO_SKIP}" -r -v .
56+
go run github.com/onsi/ginkgo/v2/ginkgo --focus="${GINKGO_FOCUS}" --skip="${GINKGO_SKIP}" -r -v .
5757
popd

0 commit comments

Comments
 (0)