Skip to content

Revert "fix: ajusted the authorization for ilink connection" #129

Revert "fix: ajusted the authorization for ilink connection"

Revert "fix: ajusted the authorization for ilink connection" #129

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
- name: Run Django tests on Mysql
run: make run-database && sleep 30 && make test-mysql