We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6a9e9 commit da1a549Copy full SHA for da1a549
.github/workflows/tests.yml
@@ -93,14 +93,14 @@ jobs:
93
94
- name: Run tests
95
env:
96
- REDIS_HOST: "redis"
+ REDIS_HOST: "localhost"
97
REDIS_PORT: "6379"
98
REDIS_DB: "0"
99
REDIS_PASSWORD: ""
100
- PG_DSN: "postgresql://testuser:testpass@postgres:5432/testdb"
+ PG_DSN: "postgresql://testuser:testpass@localhost:5432/testdb"
101
RABBITMQ_DIRECT: true
102
RABBITMQ_MTLS: false
103
- RABBITMQ_HOST: "rabbitmq"
+ RABBITMQ_HOST: "localhost"
104
RABBITMQ_USERNAME: "guest"
105
RABBITMQ_PASSWORD: "guest"
106
RABBITMQ_PORT: "5552"
0 commit comments