Skip to content

Commit

Permalink
Run yarn install prior to forge build
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Oct 23, 2024
1 parent 420e164 commit 17f9339
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
with:
version: nightly

- name: Run Forge build
run: |
forge --version
forge build --sizes
id: build

- name: Run install
uses: borales/actions-yarn@v4
with:
Expand All @@ -50,6 +44,12 @@ jobs:
with:
cmd: build

- name: Run Forge build
run: |
forge --version
forge build --sizes
id: build

- name: Run Unit Tests
run: |
forge test --match-path "test/unit/**" -vvv
Expand Down

0 comments on commit 17f9339

Please sign in to comment.