Skip to content

Commit

Permalink
OpenSearch Tets
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed May 15, 2024
1 parent 9689e39 commit fbe47f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
build: { context: ., dockerfile: Dockerfile }
command: sleep infinity
user: vscode
environment:
- OPENSEARCH_HOST=opensearch
depends_on:
opensearch: { condition: service_started }
opensearch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Test
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENSEARCH_HOST: localhost
POST_IMAGES_API_KEY: ${{ secrets.POST_IMAGES_API_KEY }}
run: |
./bin/setup
Expand Down

0 comments on commit fbe47f4

Please sign in to comment.