Skip to content

Merge pull request #33 from Hugo-C/bugfix/GH-31 #16

Merge pull request #33 from Hugo-C/bugfix/GH-31

Merge pull request #33 from Hugo-C/bugfix/GH-31 #16

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