Skip to content

Commit

Permalink
update ginkgo install step in integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: asararatnakar <[email protected]>
  • Loading branch information
asararatnakar committed Oct 3, 2023
1 parent 0f6e8c6 commit 8ab18c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Set up ginkgo
run: |
go install github.com/onsi/ginkgo/ginkgo
go install github.com/onsi/ginkgo/v2/ginkgo@v2.1.4
- name: Set up KIND k8s cluster
run: |
Expand Down

0 comments on commit 8ab18c7

Please sign in to comment.