mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
Add patch
This commit is contained in:
6
.github/workflows/cloud-regress.yml
vendored
6
.github/workflows/cloud-regress.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user