Skip to content

feat: add gunicorn has dependency #79

feat: add gunicorn has dependency

feat: add gunicorn has dependency #79

Workflow file for this run

name: Django CI Nau Financial Manager
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Poetry
run: make install-poetry install-packages
- name: Run Django tests
run: make test