From 173aef925c883457f4ff75758133e45e41a4ab25 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Wed, 4 Sep 2024 11:03:06 +0200 Subject: [PATCH] directory change --- .github/workflows/cloud-regress.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index 40eea605a3..1c013157eb 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -47,8 +47,7 @@ jobs: - name: Patch the test run: - find / -name test_runner -type d - #cd /neon/vendor/postgres-v${{ matrix.DEFAULT_PG_VERSION }} && patch -p1 < ../../patches/cloud_regress_pg${{ matrix.DEFAULT_PG_VERSION }} + cd /__w/neon/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