Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit ca06eb0

Browse files
committed
chore: avoid foundry cache
1 parent bb9ff72 commit ca06eb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@ jobs:
5353
uses: ./.github/actions/setup
5454
- name: Set up foundry (includes anvil)
5555
uses: foundry-rs/foundry-toolchain@v1
56+
with:
57+
cache: false
5658
- name: Run integration tests
5759
run: pnpm test:integration

0 commit comments

Comments
 (0)