Skip to content

Commit

Permalink
chore: update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlasoin committed Oct 28, 2024
1 parent dc84338 commit 9231c80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
forge fmt --check
id: fmt

- name: Install npm dependencies
run: |
npm install
- name: Run Forge build
run: |
forge clean && forge build --sizes
Expand Down

0 comments on commit 9231c80

Please sign in to comment.