From 295865e4ef04a64217080e0fb0c90be06a4d236c Mon Sep 17 00:00:00 2001 From: livingrockrises <90545960+livingrockrises@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:19:07 +0530 Subject: [PATCH] update workflow --- .github/workflows/push_check.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push_check.yml b/.github/workflows/push_check.yml index 536f4b6b..b40c1818 100644 --- a/.github/workflows/push_check.yml +++ b/.github/workflows/push_check.yml @@ -18,11 +18,13 @@ jobs: - name: Create a fake .secret file run: echo "primary twist rack vendor diagram image used route theme frown either will" > .secret - name: Install dependencies - run: yarn install --frozen-lockfile && yarn build + run: yarn install --frozen-lockfile - name: Update submodule run: git submodule update --remote - name: Install submodules dependencies run: cd biconomy-paymasters && yarn install --frozen-lockfile && yarn build && cd .. + - name: build after submodule is built + run: yarn build - name: Lint sources run: yarn run lint