Skip to content

Commit 4eafbbb

Browse files
committed
fix: contracts testing workflow
1 parent d5466e8 commit 4eafbbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4343
with:
4444
submodules: recursive
45-
45+
4646
- name: Set up corepack (for yarn)
4747
run: |
4848
corepack enable
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Install contracts dependencies
7171
run: |
72-
yarn workspace @kleros/kleros-v2-contracts install
72+
YARN_ENABLE_HARDENED_MODE=0 yarn workspace @kleros/kleros-v2-contracts install
7373
7474
- name: Install Foundry
7575
uses: foundry-rs/foundry-toolchain@8f1998e9878d786675189ef566a2e4bf24869773 # v1.2.0

0 commit comments

Comments
 (0)