Skip to content

Commit

Permalink
[repo] Update Docker Compose to v2 (#1995)
Browse files Browse the repository at this point in the history
Co-authored-by: Vishwesh Bankwar <[email protected]>
  • Loading branch information
ysolomchenko and vishweshbankwar authored Aug 6, 2024
1 parent b0ca293 commit 88645a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Run redis docker-compose
run: docker-compose --file=test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/docker-compose.yml --file=build/docker-compose.${{ matrix.version }}.yml --project-directory=. up --exit-code-from=tests --build
- name: Run redis docker compose
run: docker compose --file=test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/docker-compose.yml --file=build/docker-compose.${{ matrix.version }}.yml --project-directory=. up --exit-code-from=tests --build

kafka-integration-test:
if: inputs.job == 'all' || inputs.job == 'kafka-integration-test'
Expand All @@ -31,5 +31,5 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Run kafka docker-compose
run: docker-compose --file=test/OpenTelemetry.Instrumentation.ConfluentKafka.Tests/docker-compose.yml --file=build/docker-compose.${{ matrix.version }}.yml --project-directory=. up --exit-code-from=tests --build
- name: Run kafka docker compose
run: docker compose --file=test/OpenTelemetry.Instrumentation.ConfluentKafka.Tests/docker-compose.yml --file=build/docker-compose.${{ matrix.version }}.yml --project-directory=. up --exit-code-from=tests --build

0 comments on commit 88645a9

Please sign in to comment.