Skip to content

Commit

Permalink
Chore: Testing ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
johndiginee committed Sep 16, 2023
1 parent 8cd7b62 commit 0fb8dc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Lint with flake8
run: |
flake8 .
- name: Run migrations
run: |
python manage.py migrate
# - name: Run migrations
# run: |
# python manage.py migrate
- name: Runing the tests
run: |
python manage.py test
Expand Down

0 comments on commit 0fb8dc5

Please sign in to comment.