From 47cc5a3e426f82378acf6755a41f41e16fdb71f7 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Thu, 14 Mar 2024 08:44:10 -0700 Subject: [PATCH] Fix jest command line --- cloudbuild/build-test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild/build-test/test.sh b/cloudbuild/build-test/test.sh index 43538c2af..5abedea48 100755 --- a/cloudbuild/build-test/test.sh +++ b/cloudbuild/build-test/test.sh @@ -16,6 +16,6 @@ nix-shell \ npm run build-duckdb-db npm run test-silent export MALLOY_DATABASES=bigquery,postgres - npm run test-silent test/src/databases/bigquery-postgres/multi_connection.spec.ts + npm run test-silent -- -- test/src/databases/bigquery-postgres/multi_connection.spec.ts NIXCMD )"