Skip to content

try out GHA

try out GHA #2

on:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 9 in .github/workflows/playwright.steps.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/playwright.steps.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
- name: npm install
run: |
npm install --legacy-peer-deps
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
- name: Install browsers and deps
run: npx playwright install && npx playwright install-deps
- name: start a server
run: "php -S 127.0.0.1:8000 -t test/data/app &"