chore: only run map e2e

This commit is contained in:
Zeke Zhang 2024-04-27 10:57:51 +08:00
parent 14d58f4a7a
commit fbdae1a573

View File

@ -78,7 +78,7 @@ jobs:
__E2E__: true
- run: npx playwright install chromium --with-deps
- name: Test with postgres
run: yarn e2e p-test
run: yarn e2e p-test --match packages/plugins/@nocobase/plugin-map/src/client/__e2e__/schemaInitializer.test.ts
env:
__E2E__: true
APP_ENV: production