Skip to content

Commit

Permalink
♻️ ci reordering
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Nov 4, 2023
1 parent f894649 commit 3c825b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
- name: Install pnpm project with a clean slate
run: pnpm install --prefer-offline --frozen-lockfile

- name: Hardhat tests
run: pnpm test:hh

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Hardhat tests
run: pnpm test:hh

- name: Show the Foundry default config
run: forge config
env:
Expand Down

0 comments on commit 3c825b4

Please sign in to comment.