Skip to content

Commit

Permalink
test: fix test-solidity add debug go env
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Nov 30, 2023
1 parent bdf18f1 commit 1a38933
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
with:
go-version: "1.21"
check-latest: true
clean: true
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '12.x'
- name: Install dependencies
run: npm install
run: |
npm install
go env
- uses: technote-space/[email protected]
id: git_diff
with:
Expand All @@ -36,8 +37,11 @@ jobs:
**/**.go
go.mod
go.sum
- name: tttt
run: go env
- name: Test contract
run: |
go env
sudo make contract-tools
sudo make test-solidity
if: env.GIT_DIFF

0 comments on commit 1a38933

Please sign in to comment.