Skip to content

Commit

Permalink
fix: add docker-compose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra committed Sep 27, 2024
1 parent c305a01 commit 37f8ceb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_docker_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
working-directory: python/langsmith/cli
run: docker compose up -d

- name: sleep 30 seconds
run: sleep 30

- name: Check backend health
run: curl localhost:1980/api/info

0 comments on commit 37f8ceb

Please sign in to comment.