Skip to content

Commit

Permalink
try fix elasticsearch ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Alirexaa committed Aug 5, 2024
1 parent de2b227 commit 155c307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/healthchecks_elasticsearch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
6.0.x
7.0.x
8.0.x
- run:
ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose
- name: Restore
run: |
dotnet restore ./src/HealthChecks.Elasticsearch/HealthChecks.Elasticsearch.csproj &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public ElasticContainerFixture()
_compositeService = new Builder()
.UseContainer()
.UseCompose()
.AssumeComposeVersion(Ductus.FluentDocker.Model.Compose.ComposeVersion.V2)
.FromFile(_composeFilePath)
.ForceRecreate()
.Build()
Expand Down

0 comments on commit 155c307

Please sign in to comment.