Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit e4e29d5

Browse files
install dependencies in all jobs
1 parent 607108a commit e4e29d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pull-request-build-and-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
with:
4848
submodules: recursive
4949

50+
- name: Install Npm dependencies
51+
run: npm install
52+
5053
- name: Install Foundry
5154
uses: foundry-rs/foundry-toolchain@v1
5255
with:
@@ -84,6 +87,9 @@ jobs:
8487
with:
8588
submodules: recursive
8689

90+
- name: Install Npm dependencies
91+
run: npm install
92+
8793
- name: Install Foundry
8894
uses: foundry-rs/foundry-toolchain@v1
8995
with:

0 commit comments

Comments
 (0)