Skip to content

Commit

Permalink
[YUNIKORN-2387][ADDENDUM] Upgrade ginkgo in run-e2e-tests.sh (apache#791
Browse files Browse the repository at this point in the history
)

Closes: apache#791

Signed-off-by: Chia-Ping Tsai <[email protected]>
  • Loading branch information
lowc1012 authored and chia7712 committed Feb 20, 2024
1 parent 86d6748 commit 766afd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function install_cluster() {

# install ginkgo and gomega for e2e tests.
echo "step 4/7: installing Ginkgo & Gomega at $("${GO}" env GOPATH)/bin"
"${GO}" install github.com/onsi/ginkgo/v2/ginkgo@v2.13.0
"${GO}" install github.com/onsi/ginkgo/v2/ginkgo
check_cmd "ginkgo"

# create K8s cluster
Expand Down

0 comments on commit 766afd0

Please sign in to comment.