Skip to content

GH-66 # Fix timeout error #95

GH-66 # Fix timeout error

GH-66 # Fix timeout error #95

Workflow file for this run

name: Playwright
concurrency: production
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run playwright test
run: docker compose -f docker-compose.playwright.yml run pytest_runner