Skip to content

Commit

Permalink
test - nocache in foundry install
Browse files Browse the repository at this point in the history
  • Loading branch information
godzillaba committed Feb 7, 2025
1 parent 8bde272 commit b694127
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/contract-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
cache: false

- name: Setup node/yarn
uses: actions/setup-node@v3
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
cache: false

- name: Setup nodejs
uses: actions/setup-node@v2
Expand All @@ -63,6 +65,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
cache: false

- name: Check Contracts Format
run: forge fmt --check
Expand Down Expand Up @@ -129,6 +132,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
cache: false

- uses: OffchainLabs/actions/run-nitro-test-node@main
with:
Expand Down Expand Up @@ -258,6 +262,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
cache: false

- name: Setup node/yarn
uses: actions/setup-node@v3
Expand Down

0 comments on commit b694127

Please sign in to comment.