We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be96c68 commit fbfccc0Copy full SHA for fbfccc0
.github/workflows/node.yml
@@ -317,13 +317,13 @@ jobs:
317
318
- name: Test Leap Integration
319
run: |
320
- mkdir test_run_root
+ mkdir -p test_run_root
321
cd test_run_root
322
${{ steps.evm-node-build.outputs.EVM_NODE_BUILD }}/tests/nodeos_eos_evm_test.py -v --eos-evm-contract-root ${{ steps.evm-contract.outputs.EVM_CONTRACT }} --eos-evm-build-root ${{ steps.evm-node-build.outputs.EVM_NODE_BUILD }} --use-miner ${{ steps.eos-evm-miner-build.outputs.EVM_MINER_ROOT }}
323
324
- name: Test Leap Integration - with Brownie Framework
325
326
327
328
pip install eth-brownie
329
sudo npm install -g ganache
0 commit comments