From d846029e912bbbc7de0f08fbb4a03d955e3cb982 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 25 Nov 2024 12:44:52 -0800 Subject: [PATCH] run node.js tests --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d33f62cf3..811afdd78 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1231,9 +1231,9 @@ jobs: npm install --save-dev jest - run: - name: Run Vertex AI tests + name: Run Vertex AI, Google AI Studio Node.js tests command: | - npx jest tests/pass_through_tests/test_vertex.test.js --verbose + npx jest tests/pass_through_tests --verbose no_output_timeout: 30m - run: name: Run tests