Skip to content

Commit 6641d3f

Browse files
committed
chore: testing
1 parent 2793b1b commit 6641d3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ jobs:
131131
run: yarn workspace @kleros/kleros-v2-contracts install
132132

133133
- name: Install Foundry
134-
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
134+
run: |
135+
curl -L https://foundry.paradigm.xyz | bash
136+
# uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
135137

136138
- name: Run Foundry tests
137139
run: cd contracts && forge test

0 commit comments

Comments
 (0)