Skip to content

Commit

Permalink
try npx hardhat node
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Feb 4, 2025
1 parent 55f9340 commit 54aa44e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/tests-evm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,17 @@ jobs:
NODE_BIN_PATH=$(readlink -f ../target/testnet/polkadot)
ETH_RPC_PATH=$(readlink -f ../target/production/eth-rpc)
RESOLC_PATH=$(readlink -f ./resolc)
NODE_PATH=$(readlink -f ../target/testnet/polkadot)
ADAPTER_PATH=$(readlink -f ../target/production/eth-rpc)
COMPILER_PATH=$(readlink -f ./resolc)
echo $NODE_BIN_PATH $ETH_RPC_PATH $RESOLC_PATH
echo "Run the tests"
bash init.sh --kitchensink -- --matter-labs -- $NODE_BIN_PATH $ETH_RPC_PATH $RESOLC_PATH
# bash init.sh --kitchensink -- --matter-labs -- $NODE_BIN_PATH $ETH_RPC_PATH $RESOLC_PATH
cd matter-labs-tests
npm install --force
npx hardhat node
- name: Collect tests results
if: always()
Expand Down

0 comments on commit 54aa44e

Please sign in to comment.