Skip to content

Commit

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

0 comments on commit a2af6b4

Please sign in to comment.