Adding wordir to npm install

This commit is contained in:
Ruslan Gladov 2024-06-14 10:30:24 +03:00
parent 2b478b15fa
commit 0fc60c0d21

View file

@ -33,6 +33,7 @@ jobs:
- name: Install dependencies
run: npm install
working-directory: /Users/ruslangladov/PycharmProjects/DevOps_LC/go-ethereum/hardhat
- name: Run local devnet
run: |