Skip to content

Commit fd26ccf

Browse files
committed
build packages in parallel
1 parent 0c05aa4 commit fd26ccf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎.github/workflows/test.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ jobs:
8080
shell: bash
8181
run: pnpm install --frozen-lockfile
8282

83+
- name: Build required packages
84+
run: |
85+
pnpm turbo run build ${{ matrix.filter }}
86+
8387
- name: Start Docker services
8488
if: matrix.docker_compose != ''
8589
run: |

0 commit comments

Comments
 (0)