From e77956d60613a5cfc7f9b9043a648ef9497a1bb1 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Tue, 9 Jul 2024 23:03:37 -0400 Subject: [PATCH] Bug fix to evaluation check --- .github/workflows/get_memory_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get_memory_test.yml b/.github/workflows/get_memory_test.yml index f98f73b1..e1a3ebdc 100644 --- a/.github/workflows/get_memory_test.yml +++ b/.github/workflows/get_memory_test.yml @@ -85,7 +85,7 @@ jobs: docker compose logs datadb echo "logs recipedb ..." - docker logs promptflow + docker logs recipedb echo "logs server ..." docker compose logs server