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 98291ae commit a7cdef7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Lint with flake8
run: |
flake8 .
# - name: Run migrations
# run: |
# python manage.py migrate
- name: Runing the tests
- name: Run migrations
run: |
python manage.py test
python manage.py migrate
# - name: Runing the tests
# run: |
# python manage.py test

# deploy:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit a7cdef7

Please sign in to comment.