Skip to content

Commit

Permalink
Add install web3 to workflow.
Browse files Browse the repository at this point in the history
Temporarily move leap integration test before contract tests for quicker CICD debugging iteration.
  • Loading branch information
oschwaldp-oci committed Jul 19, 2023
1 parent d3f9b04 commit 4995c16
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 4995c16

Please sign in to comment.