Skip to content

Commit

Permalink
updated push check
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Oct 23, 2023
1 parent fee18f1 commit 1cfbf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Create a fake .secret file inside submodule
run: cd biconomy-paymasters && echo "primary twist rack vendor diagram image used route theme frown either will" > .secret
- name: Install submodules dependencies
run: yarn install --frozen-lockfile && yarn build && cd ..
run: cd biconomy-paymasters && yarn install --frozen-lockfile && npx hardhat compile && cd ..
- name: build after submodule is built
run: yarn build
- name: Lint sources
Expand Down

0 comments on commit 1cfbf72

Please sign in to comment.