mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-11 02:06:35 +00:00
npm install to install the hardhat binary in CI
This commit is contained in:
parent
b49bc0e2a1
commit
59b0666290
11
.github/workflows/ci-reusable.yml
vendored
11
.github/workflows/ci-reusable.yml
vendored
@ -53,13 +53,20 @@ jobs:
|
||||
with:
|
||||
node-version: 18.15
|
||||
|
||||
- name: Start Ethereum node with Codex contracts
|
||||
if: matrix.tests == 'contract' || matrix.tests == 'tools' || matrix.tests == 'all'
|
||||
- name: Install Ethereum node dependencies
|
||||
if: matrix.tests == 'contract' || matrix.tests == 'integration' || matrix.tests == 'tools' || matrix.tests == 'all'
|
||||
working-directory: vendor/codex-contracts-eth
|
||||
env:
|
||||
MSYS2_PATH_TYPE: inherit
|
||||
run: |
|
||||
npm install
|
||||
|
||||
- name: Run Ethereum node with Codex contracts
|
||||
if: matrix.tests == 'contract' || matrix.tests == 'tools' || matrix.tests == 'all'
|
||||
working-directory: vendor/codex-contracts-eth
|
||||
env:
|
||||
MSYS2_PATH_TYPE: inherit
|
||||
run: |
|
||||
npm start &
|
||||
|
||||
## Part 2 Tests ##
|
||||
|
Loading…
x
Reference in New Issue
Block a user