Skip to content

Commit

Permalink
Merge pull request #878 from aws-observability/thpierce-patch-5
Browse files Browse the repository at this point in the history
Fix docker-compose
  • Loading branch information
thpierce authored Aug 27, 2024
2 parents ec80f12 + 03913ff commit 92866ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-app-with-java-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
registry: public.ecr.aws

- name: Run test containers
run: docker-compose up --abort-on-container-exit
run: docker compose up --abort-on-container-exit
working-directory: .github/collector
env:
INSTANCE_ID: ${{ github.run_id }}-${{ github.run_number }}
Expand Down

0 comments on commit 92866ec

Please sign in to comment.