Skip to content

Commit 1dcccc8

Browse files
authored
Update e2e-tests-app-with-java-agent.yml
1 parent 027bbb2 commit 1dcccc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
registry: public.ecr.aws
9797

9898
- name: Run test containers
99-
run: docker-compose up --abort-on-container-exit
99+
run: docker compose up --abort-on-container-exit
100100
working-directory: .github/collector
101101
env:
102102
INSTANCE_ID: ${{ github.run_id }}-${{ github.run_number }}
@@ -127,7 +127,7 @@ jobs:
127127
registry: public.ecr.aws
128128

129129
- name: Run test containers
130-
run: docker-compose up --abort-on-container-exit
130+
run: docker compose up --abort-on-container-exit
131131
working-directory: .github/collector
132132
env:
133133
INSTANCE_ID: ${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)