Skip to content

Merge pull request #32 from inpsyde/remove-utf8-encoding-comments #18

Merge pull request #32 from inpsyde/remove-utf8-encoding-comments

Merge pull request #32 from inpsyde/remove-utf8-encoding-comments #18

Workflow file for this run

name: Run Playwright tests via DDEV
on:
push:
workflow_dispatch:
jobs:
ddev-playwright:
uses: inpsyde/reusable-workflows/.github/workflows/ddev-playwright.yml@feature/ddev-playwright

Check failure on line 7 in .github/workflows/playwright.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/playwright.yml

Invalid workflow file

error parsing called workflow ".github/workflows/playwright.yml" -> "inpsyde/reusable-workflows/.github/workflows/ddev-playwright.yml@feature/ddev-playwright" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
COMPOSER_AUTH_JSON: ${{ secrets.PACKAGIST_AUTH_JSON }}
with:
DDEV_ORCHESTRATE_CMD: ddev orchestrate
PLAYWRIGHT_INSTALL_CMD: ddev playwright-install
PLAYWRIGHT_RUN_CMD: ddev playwright test