mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 14:43:37 +08:00
🐛 fix(ci.yml): fix docker compose command to correctly specify the compose file before the up command
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
- name: Build and start services
|
||||
|
||||
working-directory: ./deploy
|
||||
run: docker compose up -f docker-compose.yml --exit-code-from tests tests result_backend broker celeryworker db --build
|
||||
run: docker compose -f docker-compose.yml up --exit-code-from tests tests result_backend broker celeryworker db --build
|
||||
continue-on-error: true
|
||||
|
||||
- name: Stop services
|
||||
|
||||
Reference in New Issue
Block a user