diff --git a/.github/workflows/contract.yml b/.github/workflows/contract.yml index ef044523..3efdeac5 100644 --- a/.github/workflows/contract.yml +++ b/.github/workflows/contract.yml @@ -97,6 +97,12 @@ jobs: path: contract-test.tar.gz if-no-files-found: error + - name: Test Leap Integration + if: ${{ matrix.DWITH_TEST_ACTIONS == 'on' }} + run: | + pip install web3 + ./tests/leap/nodeos_eos_evm_test.py --eos-evm-contract-root ./contract/build --eos-evm-build-root ./build --use-tx-wrapper ./peripherals/tx_wrapper + - name: Test EOS EVM Contract run: .github/workflows/test-contract.sh env: @@ -108,7 +114,3 @@ 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