Skip to content

Commit

Permalink
ci: fix ginkgo install
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Dec 19, 2023
1 parent 7ba4cf6 commit e5b83cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -19,6 +19,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Ginkgo
run: go get -u github.com/onsi/ginkgo/ginkgo@v1.16.4
run: go get github.com/onsi/ginkgo/v2
- name: Test
run: ginkgo -cover -focus="GetQuotes Response" ./...

0 comments on commit e5b83cf

Please sign in to comment.