n8n/.github/workflows/test-e2e-performance-reusable.yml
Declan Carroll a31d003c05
ci: Centralize CI Docker image build and distribution (#28798)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 07:18:52 +00:00

23 lines
592 B
YAML

name: 'Test: E2E Performance'
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # Runs daily at midnight
jobs:
# Cache-aware: no-op if an ancestor already populated the SHA-keyed cache.
prepare-docker:
uses: ./.github/workflows/prepare-docker-reusable.yml
secrets: inherit
build-and-test-performance:
needs: [prepare-docker]
uses: ./.github/workflows/test-e2e-reusable.yml
with:
test-mode: docker-artifact
test-command: pnpm --filter=n8n-playwright test:performance
currents-project-id: 'O9BJaN'
secrets: inherit