Skip to content

Commit

Permalink
ci: upgrade github actions versions for contract test
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Dec 19, 2023
1 parent 1c40200 commit 469eb7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Install Ginkgo
working-directory: ./common
run: go install github.com/onsi/ginkgo/v2
- name: Test
run: ginkgo -cover -focus="GetQuotes Response" ./...

0 comments on commit 469eb7c

Please sign in to comment.