Skip to content

Commit

Permalink
fix: github workflow forge build
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdubey521 committed Oct 16, 2023
1 parent c2ed21c commit 1eb3365
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/push_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ jobs:
- name: Create a fake .secret file
run: echo "primary twist rack vendor diagram image used route theme frown either will" > .secret

- name: Install dependencies
run: yarn install --frozen-lockfile && yarn build

- name: Run Hardhat Tests
run: yarn test

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
Expand All @@ -58,6 +52,15 @@ jobs:
forge --version
forge build --sizes
id: forge-build
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Install dependencies
run: yarn install --frozen-lockfile && yarn build

- name: Run Hardhat Tests
run: yarn test

- name: Run Forge tests
run: |
Expand Down

0 comments on commit 1eb3365

Please sign in to comment.