Skip to content

Commit

Permalink
populate data
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 26, 2023
1 parent b836e21 commit ebb576e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
# deploy static files and migrate database
docker compose exec django python manage.py collectstatic --no-input
docker compose exec django python manage.py migrate --no-input
docker-compose exec django python manage.py populate_users
docker-compose exec django python manage.py populate_vl
docker-compose exec django python manage.py populate_signs_poles
- name: Run unit tests
run: |
Expand Down

0 comments on commit ebb576e

Please sign in to comment.