Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Oct 23, 2023
1 parent e3a250a commit 295865e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 295865e

Please sign in to comment.