From c7dde2e7849b30732e0baa19550ce6699dcf8061 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Wed, 4 Sep 2024 11:05:05 +0200 Subject: [PATCH] fix an obvious error --- .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 1c013157eb..30f183fc97 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -47,7 +47,7 @@ jobs: - name: Patch the test run: - cd /__w/neon/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 }}.patch - name: Download Neon artifact uses: ./.github/actions/download