From d3f9b0481608bd26b38db97689c4d7186a80f3cb Mon Sep 17 00:00:00 2001 From: Peter Oschwald Date: Wed, 19 Jul 2023 16:42:06 -0500 Subject: [PATCH] Add leap integration test to contract CICD workflow. --- .github/workflows/contract.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/contract.yml b/.github/workflows/contract.yml index 1e2faa4f..ef044523 100644 --- a/.github/workflows/contract.yml +++ b/.github/workflows/contract.yml @@ -108,3 +108,7 @@ jobs: name: test-results.xml path: test-results.xml if-no-files-found: error + + - name: Test Leap Integration + if: ${{ matrix.DWITH_TEST_ACTIONS == 'on' }} + run: ./tests/leap/nodeos_eos_evm_test.py --eos-evm-contract-root ./contract/build --eos-evm-build-root ./build --use-tx-wrapper ./peripherals/tx_wrapper