Skip to content

Commit

Permalink
reorderd github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dan13ram committed Sep 20, 2024
1 parent afc4446 commit 1a45483
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
path: '**/node_modules'
key: cached-node-modules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Install Dependencies
run: |
yarn install --frozen-lockfile
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Install Dependencies
run: |
yarn install --frozen-lockfile
- name: Run Forge build
run: |
forge --version
Expand Down

0 comments on commit 1a45483

Please sign in to comment.