From b53fad4c4fe1f302415b7bbcdfdd56120557a3fa Mon Sep 17 00:00:00 2001 From: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> Date: Fri, 18 Aug 2023 17:58:26 +0200 Subject: [PATCH] Add missing integration tests to catch-all required step in tests.yml (#5598) --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e54fb0909..8d07694eb 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