From 1cfbf7280073c68fbb3195ac1bcfc87a15161902 Mon Sep 17 00:00:00 2001 From: livingrockrises <90545960+livingrockrises@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:42:04 +0530 Subject: [PATCH] updated push check --- .github/workflows/push_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_check.yml b/.github/workflows/push_check.yml index f3304ecc..34f9aa6e 100644 --- a/.github/workflows/push_check.yml +++ b/.github/workflows/push_check.yml @@ -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