Skip to content

Commit

Permalink
Merge branch 'main' into httpmodule-add-path
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Aug 12, 2024
2 parents c96a57b + 88645a9 commit 38c5496
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 38c5496

Please sign in to comment.