Skip to content

Commit

Permalink
Use a different Elasticsearch port for the functests
Browse files Browse the repository at this point in the history
On CI. Wondering if this might fix some intermittent CI failures I'm
seeing.
  • Loading branch information
seanh committed Jan 23, 2025
1 parent 74bf1e8 commit a98220c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
elasticsearch:
image: hypothesis/elasticsearch:elasticsearch7.10
ports:
- 9201:9200
env:
discovery.type: single-node
rabbitmq:
image: rabbitmq:3.12-management-alpine
ports:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
elasticsearch:
image: hypothesis/elasticsearch:elasticsearch7.10
ports:
- 9200:9200
- 9201:9200
env:
discovery.type: single-node
rabbitmq:
Expand Down

0 comments on commit a98220c

Please sign in to comment.