Update postgresql port #11

Merged
phoenix merged 9 commits from update_postgresql_port into main 2026-06-13 11:26:43 -04:00
Showing only changes of commit 9e2d8cb272 - Show all commits
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
env:
# Define DATABASE_URL for tests to use
DATABASE_PORT: 5432
DATABASE_URL: postgresql://${{ secrets.DB_TEST_USER || 'testuser' }}:${{ secrets.DB_TEST_PASSWORD || 'testpassword' }}@postgres:$$DATABASE_PORT/${{ secrets.DB_TEST_NAME || 'testdb' }}
DATABASE_URL: postgresql://${{ secrets.DB_TEST_USER || 'testuser' }}:${{ secrets.DB_TEST_PASSWORD || 'testpassword' }}@postgres:${DATABASE_PORT}/${{ secrets.DB_TEST_NAME || 'testdb' }}
RUST_LOG: info # Optional: configure test log level
SECRET_KEY: ${{ secrets.TOKEN_SECRET_KEY }}
# Make SSH agent available if tests fetch private dependencies