Skip to content

fix: add missing nginx config for prod #222

fix: add missing nginx config for prod

fix: add missing nginx config for prod #222

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.11
architecture: x64
- name: Install requirements_dev.txt
run: pip install -r requirements_dev.txt
- name: Test
run: py.test src/tests/