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 c568abb commit 1d85a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
TRAEFIK_PUBLIC_NETWORK_IS_EXTERNAL=false \
INSTALL_DEV=true \
docker-compose \
-f docker-compose.yml -f docker-compose.dev.yml \
-f docker-compose.yml -f docker-compose-dev.yml \
config > docker-stack.yml
docker-compose -f docker-stack.yml start recipedb datadb server promptflow
echo "logs db ..."
Expand Down

0 comments on commit 1d85a3c

Please sign in to comment.