Skip to content

Commit 778fa1e

Browse files
Rockbasssmarlhens
authored andcommitted
chore: update ci.yml
Fix `docker compose` run command
1 parent 56535a7 commit 778fa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Copy .env
4141
run: cp .env.dist .env
4242
- name: Build the docker-compose stack
43-
run: docker-compose up -d --build postgres
43+
run: docker compose up -d --build postgres
4444
- name: Check running containers
4545
run: docker ps -a
4646
- name: E2E

0 commit comments

Comments
 (0)