Skip to content

Increase Playwright startup time #8

Increase Playwright startup time

Increase Playwright startup time #8

Workflow file for this run

name: Playwright
on: push
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: touch .env
- run: yarn install
- run: docker compose up -d
- run: yarn playwright install
- run: yarn e2e
- run: docker compose down