chore: only run workflow's tests

This commit is contained in:
Zeke Zhang 2024-03-26 12:57:39 +08:00
parent b9057b35ec
commit 64ce124171

View File

@ -67,7 +67,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/**/{plugin-workflow,plugin-workflow-*}/**/__e2e__/**/*.test.ts'
env:
__E2E__: true
APP_ENV: production