directory change

This commit is contained in:
Alexey Masterov
2024-09-04 11:03:06 +02:00
parent b2af44f027
commit 173aef925c

View File

@@ -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