Skip to content

Commit 837c665

Browse files
committed
Remove migrations step
1 parent fbac331 commit 837c665

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/run-ci-cd.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -223,17 +223,6 @@ jobs:
223223
platforms: linux/amd64
224224
tags: owasp/nest:test-backend-e2e-latest
225225

226-
- name: Run migrations
227-
run: |
228-
docker run --network host \
229-
-e DJANGO_DB_HOST=localhost \
230-
-e DJANGO_DB_NAME=nest_db_e2e \
231-
-e DJANGO_DB_PASSWORD=nest_user_e2e_password \
232-
-e DJANGO_DB_PORT=5432 \
233-
-e DJANGO_DB_USER=nest_user_e2e \
234-
-e DJANGO_SETTINGS_MODULE=settings.test \
235-
--env-file backend/.env.example owasp/nest:test-backend-e2e-latest python manage.py migrate
236-
237226
- name: Load Postgres data
238227
env:
239228
PGPASSWORD: nest_user_e2e_password

0 commit comments

Comments
 (0)