We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56535a7 commit 778fa1eCopy full SHA for 778fa1e
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Copy .env
41
run: cp .env.dist .env
42
- name: Build the docker-compose stack
43
- run: docker-compose up -d --build postgres
+ run: docker compose up -d --build postgres
44
- name: Check running containers
45
run: docker ps -a
46
- name: E2E
0 commit comments