Skip to content

Commit

Permalink
Update healthchecks_eventstore_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alirexaa authored Nov 21, 2024
1 parent d227724 commit 6dc9955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_eventstore_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
runs-on: ubuntu-latest
services:
eventstore:
image: eventstore/eventstore:24.6
image: eventstore/eventstore:23.10
ports:
- "2113:2113"
- "1113:1113"
env:
EVENTSTORE_INSECURE: true
EVENTSTORE_ENABLE_ATOM_PUB_OVER_HTTP: true
#EVENTSTORE_ENABLE_EXTERNAL_TCP: true
EVENTSTORE_ENABLE_EXTERNAL_TCP: true
steps:
- uses: actions/checkout@v3
- name: Setup .NET
Expand Down

0 comments on commit 6dc9955

Please sign in to comment.