We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027bbb2 commit 1dcccc8Copy full SHA for 1dcccc8
.github/workflows/e2e-tests-app-with-java-agent.yml
@@ -96,7 +96,7 @@ jobs:
96
registry: public.ecr.aws
97
98
- name: Run test containers
99
- run: docker-compose up --abort-on-container-exit
+ run: docker compose up --abort-on-container-exit
100
working-directory: .github/collector
101
env:
102
INSTANCE_ID: ${{ github.run_id }}-${{ github.run_number }}
@@ -127,7 +127,7 @@ jobs:
127
128
129
130
131
132
133
0 commit comments