Skip to content

Commit

Permalink
build: update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-rdo committed Sep 1, 2024
1 parent 596a02d commit b4d8d13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Set up Django environment
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
run: |
python manage.py migrate
python manage.py collectstatic --noinput
- name: Run tests
run: |
python manage.py test
Expand Down

0 comments on commit b4d8d13

Please sign in to comment.