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 c1ced4b commit 560ac27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_docker_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [ main ]
paths:
- ".github/workflows/test_docker_compose.yml"
- "langsmith-sdk/python/langsmith/cli/docker-compose.yaml"
- "python/langsmith/cli/docker-compose.yaml"


jobs:
Expand All @@ -30,5 +30,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Start containers
working-directory: langsmith-sdk/python/langsmith/cli
working-directory: python/langsmith/cli
run: docker compose up

0 comments on commit 560ac27

Please sign in to comment.