Skip to content

Commit

Permalink
Add leap integration test to contract CICD workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 19, 2023
1 parent 2f3cdba commit d3f9b04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d3f9b04

Please sign in to comment.