Skip to content

Commit 5470804

Browse files
committed
ci: ignore checksum checks
Former-commit-id: 31d746e
1 parent 17e683d commit 5470804

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/coverall.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
${{ runner.os }}-yarn-
3535
3636
- name: Install dependencies
37-
run: YARN_CHECKSUM_BEHAVIOR=reset yarn
37+
run: YARN_CHECKSUM_BEHAVIOR=ignore yarn
3838

3939
- name: Download Snark artifacts
4040
run: yarn download:snark-artifacts
4141

4242
- name: Compile contracts
43-
run: yarn contracts
43+
run: yarn compile
4444

4545
- name: Test contracts with coverage
4646
run: yarn test:coverage

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
${{ runner.os }}-yarn-
3333
3434
- name: Install dependencies
35-
run: YARN_CHECKSUM_BEHAVIOR=reset yarn
35+
run: YARN_CHECKSUM_BEHAVIOR=ignore yarn
3636

3737
- name: Run Prettier
3838
run: yarn prettier

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
${{ runner.os }}-yarn-
3636
3737
- name: Install dependencies
38-
run: YARN_CHECKSUM_BEHAVIOR=reset yarn
38+
run: YARN_CHECKSUM_BEHAVIOR=ignore yarn
3939

4040
- name: Download Snark artifacts
4141
run: yarn download:snark-artifacts
4242

4343
- name: Compile contracts
44-
run: yarn contracts
44+
run: yarn compile
4545

4646
- name: Test contracts with coverage
4747
run: yarn test:coverage

0 commit comments

Comments
 (0)