Skip to content

Commit

Permalink
Run verify in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Dec 12, 2024
1 parent c672445 commit 8ebef65
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,8 @@ jobs:
- run: pnpm install

- run: pnpm check

- name: Verify app
working-directory: ./packages/app
run: pnpm verify

- name: Verify common-universal
working-directory: ./packages/app
run: pnpm verify

- name: Verify common-nodejs
working-directory: ./packages/app
run: pnpm verify
- name: Verify # verifies all packages except common-testnets
run: pnpm run --parallel --aggregate-output --reporter append-only --filter './packages/{app,common-nodejs,common-universal}' verify

storybook-visual-regression:
strategy:
Expand Down

0 comments on commit 8ebef65

Please sign in to comment.