We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b42b84 commit 83ee733Copy full SHA for 83ee733
.github/workflows/build_test_deploy.yml
@@ -206,7 +206,7 @@ jobs:
206
max_attempts: 3
207
command: .github/not-on-master.sh yarn run test-e2e
208
env:
209
- POSTGRES_URL: jdbc:postgresql://localhost:5432/webknossos
+ POSTGRES_URL: jdbc:postgresql://postgres/webknossos
210
POSTGRES_USER: webknossos_user
211
POSTGRES_PASSWORD: secret_password
212
0 commit comments