Skip to content

Commit

Permalink
Fix directory structure, test is not longer in leap.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 31, 2023
1 parent 538ff1f commit 0eff6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
run: |
mkdir test_run_root
cd test_run_root
./../tests/leap/nodeos_eos_evm_test.py -v --eos-evm-contract-root ../contract/build --eos-evm-build-root ../build --use-tx-wrapper ../peripherals/tx_wrapper
./../tests/nodeos_eos_evm_test.py -v --eos-evm-contract-root ../contract/build --eos-evm-build-root ../build --use-tx-wrapper ../peripherals/tx_wrapper
- name: Prepare Logs
if: failure()
Expand Down

0 comments on commit 0eff6a0

Please sign in to comment.