Skip to content

Commit

Permalink
ci: fix contract test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Dec 19, 2023
1 parent ca5841c commit 1c40200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Ginkgo
run: go get github.com/onsi/ginkgo/v2
run: go install github.com/onsi/ginkgo/v2
- name: Test
run: ginkgo -cover -focus="GetQuotes Response" ./...
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
env:
Expand All @@ -28,7 +28,7 @@ jobs:
if: success()
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v2
- name: Install Ginkgo
Expand Down

0 comments on commit 1c40200

Please sign in to comment.