From eaa45a20e134eebfd187fd3e84a2b5f9866d4ae2 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 4 Jun 2024 15:35:36 +0200 Subject: [PATCH] Debug permissions --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8112af5..5d89e56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,5 +30,7 @@ jobs: uses: actions/checkout@v3 - name: Install extra build dependencies run: sudo apt-get install -y liblz4-dev libipc-run-perl + - name: debug + run: 'namei -l /__w/pg_filedump/pg_filedump/tmp_check/t_001_basic_master_data/pgdata || :' - name: Build and test on PostgreSQL ${{ matrix.pg }} run: PATH=$PATH:/usr/lib/postgresql/${{ matrix.pg }}/bin pg-build-test