We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbac331 commit 837c665Copy full SHA for 837c665
.github/workflows/run-ci-cd.yaml
@@ -223,17 +223,6 @@ jobs:
223
platforms: linux/amd64
224
tags: owasp/nest:test-backend-e2e-latest
225
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
-
237
- name: Load Postgres data
238
env:
239
PGPASSWORD: nest_user_e2e_password
0 commit comments