Skip to content

Commit

Permalink
add recursive flag
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Oct 23, 2023
1 parent 0a51829 commit 87868e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
run: yarn install --frozen-lockfile

- name: Update submodule
run: git submodule update --init && git submodule sync
run: git submodule update --init --recursive && git submodule sync

- 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 && cd ..

- name: Install submodules dependencies
run: cd biconomy-paymasters && yarn install --frozen-lockfile && npx hardhat compile && cd ..

- name: build after submodule is built
run: yarn build

Expand Down

0 comments on commit 87868e2

Please sign in to comment.