mirror of
https://github.com/n8n-io/n8n
synced 2026-04-19 13:05:54 +02:00
21 lines
491 B
YAML
21 lines
491 B
YAML
name: 'Test: E2E Performance'
|
|
|
|
on:
|
|
workflow_call:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: '0 0 * * *' # Runs daily at midnight
|
|
pull_request:
|
|
paths:
|
|
- '.github/workflows/test-e2e-performance-reusable.yml'
|
|
|
|
jobs:
|
|
build-and-test-performance:
|
|
uses: ./.github/workflows/test-e2e-reusable.yml
|
|
with:
|
|
test-mode: docker-build
|
|
test-command: pnpm --filter=n8n-playwright test:performance
|
|
shards: 1
|
|
currents-project-id: 'O9BJaN'
|
|
secrets: inherit
|