Skip to content

Commit

Permalink
Validating forge version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Nov 21, 2023
1 parent 42b50e9 commit 6b298c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:

- name: Install Dependencies
run: yarn install --prefer-offline --frozen-lockfile

- name: Testing forge
run: |
forge --version
foundryup
- name: Build
run: yarn build
Expand Down

0 comments on commit 6b298c6

Please sign in to comment.