From 0510676a3f7f48fef58d99769dcb0e68658a8517 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Fri, 6 Sep 2024 11:30:21 +0200 Subject: [PATCH] Some refactoring --- .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 70d4d4977d..bdbda37283 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -45,7 +45,7 @@ jobs: submodules: true - name: Patch the test - run: + run: | cd /__w/neon/neon/vendor/postgres-v${{ matrix.DEFAULT_PG_VERSION }} patch -p1 < ../../patches/cloud_regress_pg${{ matrix.DEFAULT_PG_VERSION }}.patch