mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
Chore/unit test (#538)
* chore: add unit test * chore: add github action for unit test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Playwright Tests
|
||||
name: E2E & Unit Tests
|
||||
on:
|
||||
push:
|
||||
branches: [pathfinder]
|
||||
@@ -33,5 +33,8 @@ jobs:
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
|
||||
- name: Run Playwright tests
|
||||
- name: Run E2E tests
|
||||
run: pnpm run test:e2e
|
||||
|
||||
- name: Run Unit tests
|
||||
run: pnpm run test:unit
|
||||
Reference in New Issue
Block a user