Skip to content

Commit 427a28a

Browse files
Hector AzpuruaHector Azpurua
authored andcommitted
add -d to ci/cd compose
1 parent f09106f commit 427a28a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-amd64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Build and start Docker Compose services
20-
run: docker compose -f compose_linux_nogpu.yaml up --build
20+
run: docker compose -f compose_linux_nogpu.yaml up -d --build
2121

2222
- name: Wait for services to be healthy (optional, but recommended)
2323
# You can use a dedicated action or a script to wait for health checks

0 commit comments

Comments
 (0)