Skip to content

fix/use enviroment variable for sensetive information #48

fix/use enviroment variable for sensetive information

fix/use enviroment variable for sensetive information #48

Workflow file for this run

name: test
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: pip3 install -r requirements.txt
- name: Run test
run: python3 app/manage.py test --settings=config.settings.development