Skip to content

Merge branch 'polishing' of https://github.com/arielfayol37/dr_r into… #363

Merge branch 'polishing' of https://github.com/arielfayol37/dr_r into…

Merge branch 'polishing' of https://github.com/arielfayol37/dr_r into… #363

Workflow file for this run

name: Testing
on: push
jobs:
test_project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Django unit tests
run: |
pip3 install -r requirements.txt
python manage.py test