Skip to content

Commit

Permalink
test: fix test-solidity
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Nov 30, 2023
1 parent 4e27a51 commit 56d646e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21"
check-latest: true
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 0 additions & 2 deletions scripts/run-solidity-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
export GOPATH=~/go
export PATH=$PATH:$GOPATH/bin

# remove existing daemon
rm -rf ~/.ethermintd
Expand Down

0 comments on commit 56d646e

Please sign in to comment.