Skip to content

E2E test

E2E test #23

Workflow file for this run

name: E2E test
on:
pull_request:
branches:
- main
workflow_dispatch:
schedule:
- cron: '0 3 * * *'
jobs:
e2etest:
uses: shopware/github-actions/.github/workflows/e2e.yml@main
with:
version: v6.6.10.0

Check failure on line 14 in .github/workflows/e2e.yml

View workflow run for this annotation

GitHub Actions / E2E test

Invalid workflow file

The workflow is not valid. .github/workflows/e2e.yml (Line: 14, Col: 16): Invalid input, version is not defined in the referenced workflow.
extensionName: ${{ github.event.repository.name }}
e2ePath: tests/acceptance
e2eTestFramework: playwright