Skip to content

Commit

Permalink
Debug node root.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Aug 1, 2023
1 parent b15eeaa commit 9b4db47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ jobs:
popd
mv build.tar.gz eos-evm-node/
cd eos-evm-node
ls
echo "EVM_NODE_ROOT=$(pwd)" >> "$GITHUB_OUTPUT"
tar xvf build.tar.gz
cd build
Expand Down Expand Up @@ -260,6 +261,8 @@ jobs:
ls ${{ steps.evm-node-build.outputs.EVM_NODE_BUILD }}
echo "See if tx_wrapper still looks good."
ls ${{ steps.evm-node-build.outputs.EVM_NODE_TX_WRAPPER }}
echo "See if node root still looks good."
ls ${{ steps.evm-node-build.outputs.EVM_NODE_ROOT }}
.${{ steps.evm-node-build.outputs.EVM_NODE_ROOT }}/tests/nodeos_eos_evm_test.py -v --eos-evm-contract-root ${{ steps.evm-evm-contract.outputs.EVM_CONTRACT }} --eos-evm-build-root ${{ steps.evm-node-build.outputs.EVM_NODE_BUILD }} --use-tx-wrapper ${{ steps.evm-node-build.outputs.EVM_NODE_TX_WRAPPER }}
- name: Prepare Logs
Expand Down

0 comments on commit 9b4db47

Please sign in to comment.