Skip to content

Commit

Permalink
fix: pin Ginkgo version in CI (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
pottekkat committed Sep 15, 2023
1 parent 6571ab9 commit 2f7c512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Install ginkgo
run: |
go install github.com/onsi/ginkgo/v2/ginkgo@latest
go install github.com/onsi/ginkgo/v2/ginkgo
sudo cp ~/go/bin/ginkgo /usr/local/bin
- name: Deploy Apache APISIX
Expand Down

0 comments on commit 2f7c512

Please sign in to comment.