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