Skip to content

Commit

Permalink
Adding datadb to memory tests, as recipes need to query data
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 10, 2024
1 parent 7b9b149 commit d67c072
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/get_memory_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,18 @@ jobs:
- name: Check logs
run: |
docker ps
echo "logs datadb ..."
docker compose logs datadb
echo "logs recipedb ..."
docker logs recipedb
docker compose logs recipedb
echo "logs server ..."
docker compose logs server
docker ps
sleep 10
- name: Run tests
Expand Down

0 comments on commit d67c072

Please sign in to comment.