Skip to content

Commit

Permalink
test: fix test-solidity, add go env, remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Dec 1, 2023
1 parent 3f750f0 commit e9241e5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/deploy-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: |
go version
sudo go version
go env
sudo go env
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
Expand All @@ -36,6 +38,8 @@ jobs:
npm install
go version
sudo go version
go env
sudo go env
- uses: technote-space/[email protected]
id: git_diff
with:
Expand All @@ -48,10 +52,14 @@ jobs:
run: |
go version
sudo go version
sudo make contract-tools
go env
sudo go env
make contract-tools
- name: Test contract2
run: |
go version
sudo go version
sudo make test-solidity
go env
sudo go env
make test-solidity
if: env.GIT_DIFF

0 comments on commit e9241e5

Please sign in to comment.