Skip to content

Commit

Permalink
Fixed django commands in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptypjeu committed Aug 6, 2023
1 parent 29ea686 commit 6e81d20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/django-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
run: python -m pip install --upgrade pip
- name: Install python dependencies
run: pip install -r requirements.txt
- name: Apply migrations
run: python teknologr/manage.py migrate
- name: Run Tests
run: python manage.py test
run: python teknologr/manage.py test teknologr

0 comments on commit 6e81d20

Please sign in to comment.