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:
a-masterov
2024-12-13 14:59:04 +01:00
committed by GitHub
parent 2451969d5c
commit 7dc382601c
3 changed files with 190 additions and 163 deletions

View File

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