Skip to content

Commit

Permalink
run yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jul 23, 2024
1 parent a21c69e commit 9485e2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- name: Run Forge build
run: |
yarn
forge --version
forge build --sizes
id: build
Expand All @@ -42,6 +43,7 @@ jobs:

- name: cargo test
run: |
yarn
forge build
git submodule update --init --recursive
cd ./integration-tests
Expand Down

0 comments on commit 9485e2d

Please sign in to comment.