Skip to content

Commit

Permalink
add websocket test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Oct 25, 2023
1 parent 9968eb5 commit 795e791
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 @@ -347,6 +347,13 @@ jobs:
cd test_run_root
${{ 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 }}
- name: Test Web-Socket Integration
run: |
echo "=== current directory is $(pwd)==="
mkdir test_run_root
cd test_run_root
${{ steps.evm-node-build.outputs.EVM_NODE_BUILD }}/tests/nodeos_eos_evm_ws_test_basic.py -v --eos-evm-contract-root ${{ steps.evm-contract.outputs.EVM_CONTRACT }} --eos-evm-build-root ${{ steps.evm-node-build.outputs.EVM_NODE_BUILD }} --eos-evm-src-root $(pwd)/../
- name: Prepare Logs
if: failure()
run: |
Expand Down

0 comments on commit 795e791

Please sign in to comment.