mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 16:40:38 +00:00
add an env var
This commit is contained in:
4
.github/workflows/cloud-regress.yml
vendored
4
.github/workflows/cloud-regress.yml
vendored
@@ -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() }}
|
||||
|
||||
Reference in New Issue
Block a user