mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 05:22:56 +00:00
Fix pg_regress tests on a cloud staging instance (#10134)
## Problem pg_regress tests start failing due to unique ids added to Neon error messages ## Summary of changes Patches updated
This commit is contained in:
1
.github/workflows/cloud-regress.yml
vendored
1
.github/workflows/cloud-regress.yml
vendored
@@ -99,6 +99,7 @@ jobs:
|
||||
BENCHMARK_CONNSTR: ${{steps.create-branch.outputs.dsn}}
|
||||
|
||||
- name: Delete branch
|
||||
if: always()
|
||||
uses: ./.github/actions/neon-branch-delete
|
||||
with:
|
||||
api_key: ${{ secrets.NEON_STAGING_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user