Skip to content

Commit 925d82c

Browse files
committed
subida inicial
1 parent ea18aca commit 925d82c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/backend-rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
POSTGRES_USER: test_user
2929
POSTGRES_PASSWORD: test_password
30-
POSTGRES_DB: industrace_test
30+
POSTGRES_DB: secureot_db_test
3131
ports:
3232
- 5432:5432
3333
# Health check para esperar a que la DB arranque antes de empezar
@@ -73,7 +73,7 @@ jobs:
7373
- name: Run Migrations
7474
working-directory: ./backend
7575
env:
76-
DATABASE_URL: postgres://test_user:test_password@localhost:5432/industrace_test
76+
DATABASE_URL: postgres://test_user:test_password@localhost:5432/secureot_db
7777
run: |
7878
# Esperar un segundo extra por seguridad
7979
sleep 2
@@ -83,7 +83,7 @@ jobs:
8383
- name: Run tests
8484
working-directory: ./backend
8585
env:
86-
DATABASE_URL: postgres://test_user:test_password@localhost:5432/industrace_test
86+
DATABASE_URL: postgres://test_user:test_password@localhost:5432/secureot_db_test
8787
JWT_SECRET: secreto_super_seguro_para_tests
8888
RUST_LOG: info
8989
# Desactivamos modo offline para los tests reales ya que tenemos DB viva

0 commit comments

Comments
 (0)