Skip to content

Commit

Permalink
Working to debug test failure in cicd.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 31, 2023
1 parent 42f88e3 commit 135c31a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,13 @@ jobs:
run: |
mkdir test_run_root
cd test_run_root
pwd
echo "See if contract root still looks good."
ls ${{ steps.evm-contract.outputs.EVM_CONTRACT }}
echo "See if build root still looks good."
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 }}
./../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-tx-wrapper ${{ steps.evm-node-build.outputs.EVM_NODE_TX_WRAPPER }}
- name: Prepare Logs
Expand Down

0 comments on commit 135c31a

Please sign in to comment.