Skip to content

Commit

Permalink
fix: ci failing
Browse files Browse the repository at this point in the history
Signed-off-by: JDawg287 <[email protected]>
  • Loading branch information
JDawg287 committed Sep 13, 2024
1 parent e1270f4 commit 0e8957a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: true

name: Foundry project
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -26,10 +26,13 @@ jobs:
with:
version: nightly

- name: Install NPM dependencies
run: npm ci

- name: Run Forge build
run: |
forge --version
forge build --sizes
forge build
id: build

- name: Run Forge tests
Expand Down

0 comments on commit 0e8957a

Please sign in to comment.