Skip to content

playwright e2e tests #3

playwright e2e tests

playwright e2e tests #3

Workflow file for this run

name: Robin Test
on:
workflow_dispatch:
pull_request:
jobs:
test:
name: Test 🧪
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/actions/prepare
- run: pnpm run example:kitchen-sink --port 8080 &
- run:pnpm wait-on http://localhost:8080

Check failure on line 15 in .github/workflows/robin-test.yml

View workflow run for this annotation

GitHub Actions / Robin Test

Invalid workflow file

The workflow is not valid. .github/workflows/robin-test.yml (Line: 15, Col: 9): Unexpected value 'run:pnpm wait-on http://localhost:8080'