This commit is contained in:
Alexey Masterov
2025-04-08 14:47:19 +02:00
parent d912f05e36
commit ecb059d5f7

View File

@@ -37,7 +37,7 @@ jobs:
runs-on: us-east-2
container:
image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14263641182
image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14332849767
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
@@ -77,6 +77,7 @@ jobs:
run: /run-tests.sh -r /ext-src
env:
BENCHMARK_CONNSTR: ${{ steps.create-neon-project.outputs.dsn }}
SKIP: "pg_hint_plan-src,pg_repack-src"
- name: Delete Neon Project
if: ${{ always() }}