1 parent 0c05aa4 commit fd26ccfCopy full SHA for fd26ccf
1 file changed
.github/workflows/test.yml
@@ -80,6 +80,10 @@ jobs:
80
shell: bash
81
run: pnpm install --frozen-lockfile
82
83
+ - name: Build required packages
84
+ run: |
85
+ pnpm turbo run build ${{ matrix.filter }}
86
+
87
- name: Start Docker services
88
if: matrix.docker_compose != ''
89
run: |
0 commit comments