Skip to content

Commit

Permalink
Added e2e tests GH action, with docker compose build
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jun 29, 2024
1 parent d571931 commit b8ee350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
run: |
set -e
env > .env
export DATA_DB_CONN_STRING = "postgresql://${POSTGRES_DATA_USER}:${POSTGRES_DATA_PASSWORD}@${POSTGRES_DATA_HOST}:${POSTGRES_DATA_PORT}/${POSTGRES_DATA_DB}"
docker-compose -f docker-compose.yml -f docker-compose-dev.yml build recipedb datadb server promptflow
docker-compose -f docker-compose.yml -f docker-compose-dev.yml start recipedb datadb server promptflow
echo "logs db ..."
Expand Down

0 comments on commit b8ee350

Please sign in to comment.