Skip to content

Commit d29975d

Browse files
authored
Update actions.yml
change command 'docker-compose' to 'docker compose'
1 parent 1a1fa22 commit d29975d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
run: dotnet jb cleanupcode Cassandra.DistributedTaskQueue.sln --profile=CatalogueCleanup --verbosity=WARN && git diff --exit-code -- ':!./cassandra-distributed-task-queue-ui/.yarn'
4141
- name: Check front code
4242
run: yarn --cwd cassandra-distributed-task-queue-ui lint
43-
- name: Build docker-compose environment
44-
run: docker-compose -f docker-compose.yaml up -d --build
43+
- name: Build docker compose environment
44+
run: docker compose -f docker-compose.yaml up -d --build
4545
env:
4646
ES_VERSION: ${{ matrix.es-version }}
4747
- name: Run front tests
@@ -50,9 +50,9 @@ jobs:
5050
run: dotnet test --no-build --configuration Release
5151
env:
5252
ES_VERSION: ${{ matrix.es-version }}
53-
- name: Stop docker-compose
53+
- name: Stop docker compose
5454
if: always()
55-
run: docker-compose -f docker-compose.yaml down
55+
run: docker compose -f docker-compose.yaml down
5656
env:
5757
ES_VERSION: ${{ matrix.es-version }}
5858
publish:

0 commit comments

Comments
 (0)