File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
registry : public.ecr.aws
97
97
98
98
- name : Run test containers
99
- run : docker- compose up --abort-on-container-exit
99
+ run : docker compose up --abort-on-container-exit
100
100
working-directory : .github/collector
101
101
env :
102
102
INSTANCE_ID : ${{ github.run_id }}-${{ github.run_number }}
@@ -127,7 +127,7 @@ jobs:
127
127
registry : public.ecr.aws
128
128
129
129
- name : Run test containers
130
- run : docker- compose up --abort-on-container-exit
130
+ run : docker compose up --abort-on-container-exit
131
131
working-directory : .github/collector
132
132
env :
133
133
INSTANCE_ID : ${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144
144
# MATRIX_COMMIT_COMBO
145
145
# GITHUB_RUN_ID
146
146
run : |-
147
- docker- compose up --build;
147
+ docker compose up --build;
148
148
RUN_TESTS_EXIT_CODE=$(
149
149
docker inspect $(
150
150
docker ps --quiet --all --filter "name=docker-performance-tests_alarms-poller"
You can’t perform that action at this time.
0 commit comments