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

Commit ae0cef6

Browse files
committed
chore: disable cache
1 parent 641d869 commit ae0cef6

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
@@ -52,5 +52,7 @@ jobs:
5252
uses: ./.github/actions/setup
5353
- name: Set up foundry (includes anvil)
5454
uses: foundry-rs/foundry-toolchain@v1
55+
with:
56+
cache: false
5557
- name: Run integration tests
5658
run: pnpm test:integration

0 commit comments

Comments
 (0)