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 163a2eb commit c305a01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test_docker_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
working-directory: python/langsmith/cli
run: docker compose up -d

- name: Check frontend health
run: curl localhost:1980/ok

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

0 comments on commit c305a01

Please sign in to comment.