Skip to content

Commit 92866ec

Browse files
authored
Merge pull request #878 from aws-observability/thpierce-patch-5
Fix docker-compose
2 parents ec80f12 + 03913ff commit 92866ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests-app-with-java-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
registry: public.ecr.aws
159159

160160
- name: Run test containers
161-
run: docker-compose up --abort-on-container-exit
161+
run: docker compose up --abort-on-container-exit
162162
working-directory: .github/collector
163163
env:
164164
INSTANCE_ID: ${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)