mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-24 00:18:23 +00:00
CI: do not start hardhat for integration tests
This commit is contained in:
parent
6051c64f30
commit
2315b0f1d2
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