Skip to content

Commit

Permalink
ci: install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Mar 9, 2024
1 parent 3354d5e commit a9e9ada
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 @@ -22,6 +22,10 @@ jobs:
with:
version: nightly

- name: Install dependencies
run: |
pnpm install
- name: Run Forge build
run: |
forge --version
Expand Down

0 comments on commit a9e9ada

Please sign in to comment.