Add patch

This commit is contained in:
Alexey Masterov
2024-09-04 10:42:45 +02:00
parent 8959cb1219
commit e8775dda76

View File

@@ -45,6 +45,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Patch the test
run:
cd /neon/vendor/postgres-v{{ matrix.DEFAULT_PG_VERSION }} && patch -p1 < ../../patches/cloud_regress_pg{{ matrix.DEFAULT_PG_VERSION }}
- name: Download Neon artifact
uses: ./.github/actions/download
with:
@@ -63,4 +67,4 @@ jobs:
extra_params:
-m remote_cluster
env:
BENCHMARK_CONNSTR: "postgresql://user:password@host:port"
BENCHMARK_CONNSTR: "postgresql://user:password@host:5432"