Skip to content

Commit f6a00a2

Browse files
committed
install npm packages
1 parent 77aff53 commit f6a00a2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/forge_test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ jobs:
2222
- uses: actions/checkout@v2
2323
with:
2424
submodules: recursive
25+
- name: Setup Node.js environment
26+
uses: actions/setup-node@v2.4.1
27+
# Runs a single command using the runners shell
28+
- name: Run npm install
29+
run: yarn
2530
- name: Install Foundry
2631
uses: onbjerg/foundry-toolchain@v1
2732
with:
2833
version: nightly
29-
- name: Run install deps
30-
run: forge update # forge install
3134
- name: Run tests
3235
run: forge test

0 commit comments

Comments
 (0)