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 3b37ef2 commit c1b3db2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
- name: Run the stack
run: |
env > .env
docker-compose -f docker-compose.yml -f docker-compose-dev.yml up -d
#docker-compose -f docker-compose.yml -f docker-compose-dev.yml up -d
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
docker ps
- name: Self tests (Integration)
Expand Down

0 comments on commit c1b3db2

Please sign in to comment.