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 b4f9bdb commit 88b9847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_docker_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Start containers
run: docker-compose up -e LANGSMITH_LICENSE_KEY=$LANGSMITH_LICENSE_KEY -e API_KEY_SALT="foo"
run: docker compose run -e LANGSMITH_LICENSE_KEY=$LANGSMITH_LICENSE_KEY -e API_KEY_SALT="foo"

0 comments on commit 88b9847

Please sign in to comment.