Skip to content

Commit

Permalink
tweak-action
Browse files Browse the repository at this point in the history
  • Loading branch information
xykota committed Dec 14, 2023
1 parent 4007336 commit 3907bb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-safe-to-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -55,6 +57,9 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Print Forge version
run: forge --version

- name: Build
run: pnpm -C packages/hardhat build

Expand Down

0 comments on commit 3907bb1

Please sign in to comment.