From 9b6e46969e37f84244f30e24c7e4e8e8f55d60bc Mon Sep 17 00:00:00 2001 From: a-masterov <72613290+a-masterov@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:23:01 +0200 Subject: [PATCH] Update .github/workflows/cloud-regress.yml Co-authored-by: Alexander Bayandin --- .github/workflows/cloud-regress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index 65926c78e9..37eda7c5a9 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -48,7 +48,7 @@ jobs: - name: Patch the test run: | - cd /__w/neon/neon/vendor/postgres-v${{ matrix.DEFAULT_PG_VERSION }} + cd vendor/postgres-v${{ matrix.DEFAULT_PG_VERSION }} patch -p1 < ../../patches/cloud_regress_pg${{ matrix.DEFAULT_PG_VERSION }}.patch - name: Generate a random password