Skip to content

Commit

Permalink
export docker startup test variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexdev8 committed Feb 14, 2024
1 parent 210967e commit 15a349d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/startup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ jobs:
- name: Config the Docker app
run: |
docker compose exec backend python manage.py migrate
docker compose exec backend export [email protected]
docker compose exec backend export DJANGO_SUPERUSER_PASSWORD=1234
docker compose exec backend python manage.py createsuperuser --noinput
docker compose exec backend python bash -c "[email protected] DJANGO_SUPERUSER_PASSWORD=1234 manage.py createsuperuser --noinput"
- name: Run tests
working-directory: ${{ env.working-directory }}
run: npx playwright test tests/functional/startup.test.ts
Expand Down

0 comments on commit 15a349d

Please sign in to comment.