Skip to content

Commit 726fb9a

Browse files
committed
foundry in node workflow
1 parent 34cb581 commit 726fb9a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,17 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
submodules: recursive
19-
- uses: pnpm/action-setup@v4
19+
20+
- name: Install Foundry
21+
uses: foundry-rs/foundry-toolchain@v1
2022
with:
21-
run_install: true
23+
version: nightly
2224

25+
- name: Install pnpm
26+
uses: pnpm/action-setup@v4
27+
with:
28+
run_install: true
29+
2330
- name: Run hardhat tests
2431
run: pnpm hardhat test
2532

0 commit comments

Comments
 (0)