From d6de25f85f156e1ed8896e3eb71b1b210974ca23 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Tue, 1 Apr 2025 11:52:33 +0200 Subject: [PATCH] add an env var --- .github/workflows/cloud-regress.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index ba9e964b76..b498059fcd 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -65,7 +65,9 @@ jobs: api_key: ${{ secrets.NEON_STAGING_API_KEY }} - name: Run the regression tests - run: /run-tests.sh + run: /run-tests.sh /ext-src + env: + BENCHMARK_CONNSTR: ${{ steps.create-neon-project.outputs.dsn }} - name: Delete Neon Project if: ${{ always() }}