Skip to content

Commit

Permalink
πŸ› fix install on aa dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Nov 7, 2023
1 parent e1efe20 commit 2cf9495
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/push_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,17 @@ jobs:
forge build --sizes
id: forge-build

- name: Generate Typechain Typings
run: |
cd lib/account-abstraction
npx hardhat typechain
- name: Go to account-abstraction directory
run: cd lib/account-abstraction

- name: Install typechain dependencies
run: yarn install

- name: Generate Typechain typings
run: npx hardhat typechain

- name: Return to project root
run: cd ../..

- name: Run Hardhat Tests
run: yarn test
Expand Down

0 comments on commit 2cf9495

Please sign in to comment.