Skip to content

Commit

Permalink
Update startup-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-intuitem committed Jun 10, 2024
1 parent 5ab5fd0 commit da8c4ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/startup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
export $(grep -v '^#' .env | xargs)
- name: Config the Docker app
run: |
sleep 5
docker compose exec backend python manage.py migrate
docker compose exec backend /bin/bash -c "[email protected] DJANGO_SUPERUSER_PASSWORD=1234 python manage.py createsuperuser --noinput && exit 0"
- name: Run tests
Expand Down

0 comments on commit da8c4ec

Please sign in to comment.