Skip to content

Log incoming and outgoing information #135 #99

Log incoming and outgoing information #135

Log incoming and outgoing information #135 #99

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