Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit a39fad9

Browse files
committed
debugging cypress in gitlab script added create_default_user to before_script
1 parent 4e723d0 commit a39fad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ e2e cypress tests without docker-compose:
124124
GOOGLE_OAUTH2_SECRET: 'google123'
125125
before_script:
126126
- python backend/manage.py migrate
127+
- python backend/manage.py create_default_user
127128
- /start_asgi.sh &
128129
- sleep 10
129130
script:

0 commit comments

Comments
 (0)