Skip to content

fix: install ginkgo v2 CLI in unit test script#242

Merged
tnikolova82 merged 2 commits into
masterfrom
fix/ginkgo-v2-tools-sh
Mar 6, 2026
Merged

fix: install ginkgo v2 CLI in unit test script#242
tnikolova82 merged 2 commits into
masterfrom
fix/ginkgo-v2-tools-sh

Conversation

@ramonskie
Copy link
Copy Markdown
Contributor

Summary

The ioutil-deprecation PR (#241) was branched before the ginkgo-v2 PR (#240) landed, so when it merged it inadvertently reverted scripts/.util/tools.sh back to the ginkgo v1 install path (github.com/onsi/ginkgo/ginkgo@latest).

The test suite code now imports github.com/onsi/ginkgo/v2, so the unit test script must install the v2 CLI. This fixes the update-libbuildpack Concourse CI job failure.

Change

- github.com/onsi/ginkgo/ginkgo@latest
+ github.com/onsi/ginkgo/v2/ginkgo@latest

@tnikolova82 tnikolova82 merged commit 83857f7 into master Mar 6, 2026
1 check passed
@tnikolova82 tnikolova82 deleted the fix/ginkgo-v2-tools-sh branch March 6, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants