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 e8d3ece commit 4787ca1
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 @@ -85,6 +85,7 @@ jobs:
- name: Run the stack
run: |
env > .env
cat .env
docker compose -f docker-compose.yml -f docker-compose-dev.yml start recipedb datadb server promptflow
docker ps
Expand Down

0 comments on commit 4787ca1

Please sign in to comment.