Skip to content

Merge pull request #35 from Hugo-C/feature/GH-32 #18

Merge pull request #35 from Hugo-C/feature/GH-32

Merge pull request #35 from Hugo-C/feature/GH-32 #18

Workflow file for this run

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