Skip to content

Commit

Permalink
chore(e2e): set go bin path (#1530)
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
  • Loading branch information
qweeah authored Nov 19, 2024
1 parent e6a3eee commit ebee694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ echo " === installing ginkgo === "
repo_root=$(realpath --canonicalize-existing ${repo_root})
cwd=$(pwd)
cd ${repo_root}/test/e2e && go install github.com/onsi/ginkgo/v2/ginkgo@latest
export PATH=$(go env GOPATH)/bin:$PATH
trap "cd $cwd" EXIT

# start registries
Expand Down

0 comments on commit ebee694

Please sign in to comment.