Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YShu7 committed Apr 13, 2024
1 parent 2ace9b2 commit 4466733
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
sudo apt-get install postgresql
- name: Install Postgres
run: |
apt-get install postgresql
- name: Setup Data
run: |
python manage.py migrate
python set_up.py
- name: Run Tests
run: |
python manage.py runserver
python manage.py test

0 comments on commit 4466733

Please sign in to comment.