We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6641d3f commit 2d09a05Copy full SHA for 2d09a05
.github/workflows/contracts-testing.yml
@@ -127,12 +127,14 @@ jobs:
127
restore-keys: |
128
${{ runner.os }}-build-${{ secrets.CACHE_VERSION }}-${{ env.cache-name }}-
129
130
- - name: Install contracts dependencies
131
- run: yarn workspace @kleros/kleros-v2-contracts install
+ # - name: Install contracts dependencies
+ # run: yarn workspace @kleros/kleros-v2-contracts install
132
133
- name: Install Foundry
134
run: |
135
curl -L https://foundry.paradigm.xyz | bash
136
+ exec bash
137
+ foundryup
138
# uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
139
140
- name: Run Foundry tests
0 commit comments