Skip to content

Commit 9613d43

Browse files
committed
feat: updated docker-compose command to docker compose
1 parent bbd3669 commit 9613d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
run: yarn build
4242

4343
- name: check docker
44-
run: docker-compose up -d
44+
run: docker compose up -d
4545

4646
- name: docker logs
47-
run: docker-compose logs && docker-compose ps
47+
run: docker compose logs && docker compose ps
4848

4949
# Runs a set of commands using the runners shell
5050
- name: tests

0 commit comments

Comments
 (0)