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