chore: split vitest (#3426)

This commit is contained in:
Alex Yang
2023-07-27 20:06:50 -07:00
committed by GitHub
parent 8185ee991b
commit 0ab1cfdeb6
6 changed files with 49 additions and 24 deletions

View File

@@ -350,9 +350,8 @@ jobs:
- name: Run unit tests
if: ${{ matrix.spec.test }}
shell: bash
run: yarn nx test @affine/monorepo
env:
NATIVE_TEST: 'true'
run: yarn vitest
working-directory: ./apps/electron
- name: Download core artifact
uses: actions/download-artifact@v3