mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:45:18 +00:00
chore: only run workflow's tests
This commit is contained in:
parent
88a46ccb08
commit
b9057b35ec
4
.github/workflows/manual-e2e.yml
vendored
4
.github/workflows/manual-e2e.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: manual-e2e
|
||||
|
||||
on:
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
branch:
|
||||
@ -71,7 +71,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