forked from evmos/ethermint
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix test-solidity, add go env, remove sudo
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | ||
|
@@ -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 |