Skip to content

Add security.txt file #19

Add security.txt file

Add security.txt file #19

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