mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-02 22:14:15 +00:00
CI: do not start hardhat for integration tests
This commit is contained in:
parent
e3b021e44f
commit
77e6d23f0e
2
.github/workflows/ci-reusable.yml
vendored
2
.github/workflows/ci-reusable.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
node-version: 18.15
|
||||
|
||||
- name: Start Ethereum node with Codex contracts
|
||||
if: matrix.tests == 'contract' || matrix.tests == 'integration' || matrix.tests == 'tools' || matrix.tests == 'all'
|
||||
if: matrix.tests == 'contract' || matrix.tests == 'tools' || matrix.tests == 'all'
|
||||
working-directory: vendor/codex-contracts-eth
|
||||
env:
|
||||
MSYS2_PATH_TYPE: inherit
|
||||
|
Loading…
x
Reference in New Issue
Block a user