ci: split migration test

This commit is contained in:
Alex Yang
2023-06-29 14:52:31 +08:00
parent 42ef3c0fc2
commit ed8480caf0
2 changed files with 6 additions and 1 deletions

View File

@@ -299,6 +299,10 @@ jobs:
run: yarn e2e --forbid-only
working-directory: ./tests/affine-legacy/0.7.0-canary.18
- name: Run vitest
run: yarn test
working-directory: ./tests/affine-legacy/0.7.0-canary.18
- name: Upload test results
if: ${{ failure() }}
uses: actions/upload-artifact@v3