Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github/workflows: install ginkgo for test suite build test #16605

Merged
merged 1 commit into from Jun 22, 2021

Conversation

tklauser
Copy link
Member

The test suite build check for the individual commits of a PR currently
fails due to missing ginkgo binary. Install ginkgo v1.12.1 (as per
go.mod).

Fixes: e260ba9 (".github/workflows: verify that each commit builds for test suite changes")

The test suite build check for the individual commits of a PR currently
fails due to missing ginkgo binary. Install ginkgo v1.12.1 (as per
go.mod).

Fixes: e260ba9 (".github/workflows: verify that each commit builds for test suite changes")
Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser tklauser added the release-note/ci This PR makes changes to the CI. label Jun 21, 2021
@tklauser tklauser requested review from a team as code owners June 21, 2021 14:19
@tklauser tklauser requested a review from pchaigno June 21, 2021 14:19
@tklauser
Copy link
Member Author

@tklauser tklauser added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jun 22, 2021
@tklauser
Copy link
Member Author

Reviews are in and GH actions passed. Marked as ready to merge.

@jibi jibi merged commit 8b83fd3 into master Jun 22, 2021
@jibi jibi deleted the fix-test-build-commit branch June 22, 2021 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants