ronething commented on code in PR #2501: URL: https://github.com/apache/apisix-ingress-controller/pull/2501#discussion_r2262447023
########## .github/workflows/apisix-e2e-test.yml: ########## @@ -73,6 +73,12 @@ jobs: with: go-version: "1.23" + - name: Install ginkgo + run: | + GINKGO_VERSION=$(cd test/e2e && go list -m -mod=readonly -f {{.Version}} github.com/onsi/ginkgo/v2) + go install github.com/onsi/ginkgo/v2/ginkgo@$GINKGO_VERSION Review Comment: use make install-ginkgo? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org