Skip to content

Commit

Permalink
foundry workflow, install packages before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Aug 18, 2023
1 parent fe2a14b commit 8f556db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,19 @@ jobs:
name: Foundry test
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
with:
submodules: recursive

- uses: actions/setup-node@v2
with:
node-version: '16'

# Runs a single command using the runners shell
- name: Install packages
run: yarn install

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
Expand Down

0 comments on commit 8f556db

Please sign in to comment.