Skip to content

Commit

Permalink
fix(ci): run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Nov 21, 2023
1 parent 001e7b2 commit 10389c7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/foundry-gas-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,18 @@ jobs:
with:
submodules: recursive

- uses: actions/setup-node@v2
- name: Install dev dependencies
run: npm install

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Run lint check
run: npm run lint:check

- name: Env
run: cp .env.local.example .env.local

Expand Down

0 comments on commit 10389c7

Please sign in to comment.