Skip to content

Commit 2d09a05

Browse files
committed
chore: testing
1 parent 6641d3f commit 2d09a05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,14 @@ jobs:
127127
restore-keys: |
128128
${{ runner.os }}-build-${{ secrets.CACHE_VERSION }}-${{ env.cache-name }}-
129129
130-
- name: Install contracts dependencies
131-
run: yarn workspace @kleros/kleros-v2-contracts install
130+
# - name: Install contracts dependencies
131+
# run: yarn workspace @kleros/kleros-v2-contracts install
132132

133133
- name: Install Foundry
134134
run: |
135135
curl -L https://foundry.paradigm.xyz | bash
136+
exec bash
137+
foundryup
136138
# uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
137139

138140
- name: Run Foundry tests

0 commit comments

Comments
 (0)