Skip to content

Commit 7ff4871

Browse files
committed
ci: use server/database/docker-compose.yml in integration workflow
1 parent 8c2e19f commit 7ff4871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
docker compose version
3535
3636
- name: Start docker-compose services
37-
run: docker-compose -f server/docker-compose.yml up -d
37+
run: docker-compose -f server/database/docker-compose.yml up -d
3838

3939
- name: Wait for sentiment endpoint (http://localhost:8080/analyze/hello%20world)
4040
run: |

0 commit comments

Comments
 (0)