Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiascaricato committed May 27, 2023
1 parent 390fc1f commit eee7a6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/Hydrogen'
cache: 'npm'
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
Expand Down

0 comments on commit eee7a6e

Please sign in to comment.