mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:25:15 +00:00
chore: only run workflow's tests
This commit is contained in:
parent
b9057b35ec
commit
64ce124171
2
.github/workflows/nocobase-test-e2e.yml
vendored
2
.github/workflows/nocobase-test-e2e.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user