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 version debug
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 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 |
---|---|---|
|
@@ -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: | ||
|
@@ -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 |