We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2e19f commit 7ff4871Copy full SHA for 7ff4871
.github/workflows/ci-integration.yml
@@ -34,7 +34,7 @@ jobs:
34
docker compose version
35
36
- name: Start docker-compose services
37
- run: docker-compose -f server/docker-compose.yml up -d
+ run: docker-compose -f server/database/docker-compose.yml up -d
38
39
- name: Wait for sentiment endpoint (http://localhost:8080/analyze/hello%20world)
40
run: |
0 commit comments