Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Sep 2, 2024
1 parent 81bce6a commit 9ee7be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
postgres_password: password
postgres_version: 11
use_memcached: false
use_elastic_search: false
use_elastic_search: true
elasticsearch_version: 8.15.0
elasticsearch_port: 9200
use_rabbitmq: true
Expand All @@ -91,7 +91,7 @@ jobs:
"DB_PORT": "5432",
"DB_USER": "user",
"DB_PASSWORD": "password",
"ELASTIC_ENDPOINT": "test_host",
"ELASTIC_ENDPOINT": "http://localhost:9200",
"STAGE":"ci",
"DEBUG": "True",
"MOCK_CONNECTIONS": "True",
Expand Down

0 comments on commit 9ee7be7

Please sign in to comment.