Skip to content

Commit

Permalink
CICD test still not found. Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Aug 1, 2023
1 parent 9b4db47 commit 7eb8c6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,9 @@ jobs:
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 }}
echo "See if node root tests still looks good."
ls ${{ steps.evm-node-build.outputs.EVM_NODE_ROOT }}/tests
${{ 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
if: failure()
Expand Down

0 comments on commit 7eb8c6d

Please sign in to comment.