Skip to content

Commit

Permalink
ci: fix ginkgo install
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Oct 14, 2021
1 parent 6c9c0d1 commit 3dee8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: setup go
uses: actions/[email protected]
with:
go-version: "1.13"
go-version: "1.17"

- uses: docker/setup-buildx-action@v1

Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
docker logs docker_managerapi_1
- name: install ginkgo cli
run: go get github.com/onsi/ginkgo/ginkgo
run: go install github.com/onsi/ginkgo/ginkgo@v1.16.4

- name: run test
working-directory: ./api/test/e2enew
Expand Down

0 comments on commit 3dee8dd

Please sign in to comment.