Skip to content

Commit fbfccc0

Browse files
committed
fix cicd
1 parent be96c68 commit fbfccc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,13 @@ jobs:
317317
318318
- name: Test Leap Integration
319319
run: |
320-
mkdir test_run_root
320+
mkdir -p test_run_root
321321
cd test_run_root
322322
${{ 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 }}
323323
324324
- name: Test Leap Integration - with Brownie Framework
325325
run: |
326-
mkdir test_run_root
326+
mkdir -p test_run_root
327327
cd test_run_root
328328
pip install eth-brownie
329329
sudo npm install -g ganache

0 commit comments

Comments
 (0)