add an env var

This commit is contained in:
Alexey Masterov
2025-04-01 11:52:33 +02:00
parent e43968bc95
commit d6de25f85f

View File

@@ -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() }}