ci: split migration test

This commit is contained in:
Alex Yang
2023-06-29 14:52:31 +08:00
parent 1853dd9895
commit 4433a72b96
2 changed files with 6 additions and 1 deletions
+4
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
@@ -4,7 +4,8 @@
"scripts": {
"unzip": "unzip affine-web -d static",
"start": "yarn exec serve -s static -l 8082",
"e2e": "playwright test && vitest --run"
"e2e": "yarn playwright test",
"test": "vitest --run"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",