Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berat-samli authored Mar 17, 2024
1 parent 34535ae commit c8303b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
- name: Run Django test
run: |
cd API
pip install -r requirements.txt
export PG_HOST=localhost
export PG_USER=postgres
export PG_PASSWORD=123
export PG_DB=transcendenceDB
python manage.py makemigrations
python manage.py migrate
python manage.py test

0 comments on commit c8303b9

Please sign in to comment.