This commit is contained in:
Alexey Masterov
2024-09-04 10:55:36 +02:00
parent 16450111c9
commit 6b5d33de7d

View File

@@ -47,7 +47,8 @@ jobs:
- name: Patch the test
run:
cd /neon/vendor/postgres-v${{ matrix.DEFAULT_PG_VERSION }} && patch -p1 < ../../patches/cloud_regress_pg${{ matrix.DEFAULT_PG_VERSION }}
ls /
#cd /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