From b943c4e5c3d513117018041851ee565c42a4ac7b Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Fri, 18 Aug 2023 17:48:14 +0200 Subject: [PATCH] Add missing integration tests to catch-all required step in tests.yml --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e54fb09092..8d07694ebc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -841,6 +841,8 @@ jobs: - integration-tests-weaviate - integration-tests-pinecone - integration-tests-memory + - integration-tests-promptnode + - integration-tests-agents steps: - name: Finisher