Skip to content

Commit

Permalink
test: fix test-solidity, add go version debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Dec 1, 2023
1 parent cc02280 commit 3f750f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,22 @@ jobs:
with:
go-version: "1.21"
check-latest: true
- name: check go version
run: |
go version
sudo go version
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '12.x'
- name: Install dependencies
run: |
go version
sudo go version
npm install
go version
sudo go version
- uses: technote-space/[email protected]
id: git_diff
with:
Expand All @@ -38,10 +46,12 @@ jobs:
go.sum
- name: Test contract
run: |
go version
sudo go version
sudo make contract-tools
- name: Test contract2
run: |
go version
sudo go version
sudo make test-solidity
if: env.GIT_DIFF

0 comments on commit 3f750f0

Please sign in to comment.