Skip to content

GH-1: Add mac specific configuration for live server #7

GH-1: Add mac specific configuration for live server

GH-1: Add mac specific configuration for live server #7

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install dependencies
run: pip install .[dev]
- name: Install browsers
run: playwright install --with-deps chromium
- name: Run tests
run: pytest