Skip to content

Commit

Permalink
Install dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjimmutable committed Sep 29, 2023
1 parent 6f02e28 commit de2cb56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: FOUNDRY_PROFILE="default" forge test -vvv
run: forge test -vvv
hardhat-test:
name: Run Hardhat Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit de2cb56

Please sign in to comment.