Files
Agent-n8n/n8n-n8n-1.109.2/.github/workflows/playwright-test-docker-build.yml
2025-09-08 04:48:28 +08:00

14 lines
330 B
YAML
Executable File

name: Run Playwright Tests (Docker Build)
# This workflow is used to run Playwright tests in a Docker container built from the current branch
on:
workflow_call:
workflow_dispatch:
jobs:
build-and-test:
uses: ./.github/workflows/playwright-test-reusable.yml
with:
test-mode: docker-build
secrets: inherit