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 560ac27 commit 6d95c17
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test_docker_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,11 @@ jobs:

- name: Start containers
working-directory: python/langsmith/cli
run: docker compose up
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 6d95c17

Please sign in to comment.