Skip to content

Merge pull request #64 from Hugo-C/feature/export-nginx-logs #94

Merge pull request #64 from Hugo-C/feature/export-nginx-logs

Merge pull request #64 from Hugo-C/feature/export-nginx-logs #94

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