From 87868e28998bd13fa3a3c606d86ceca46aaab4c9 Mon Sep 17 00:00:00 2001 From: livingrockrises <90545960+livingrockrises@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:07:35 +0530 Subject: [PATCH] add recursive flag --- .github/workflows/push_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_check.yml b/.github/workflows/push_check.yml index 30adf307..a57adae9 100644 --- a/.github/workflows/push_check.yml +++ b/.github/workflows/push_check.yml @@ -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