Skip to content

Commit

Permalink
Debug permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Jun 4, 2024
1 parent 888f5f4 commit d7bcada
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ jobs:
steps:
- name: Start PostgreSQL ${{ matrix.pg }}
run: pg-start ${{ matrix.pg }}
- name: Create build user
run: 'sudo useradd -u $(id -u) build || [ $? = 9 ]'
- name: Check out the repo
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

0 comments on commit d7bcada

Please sign in to comment.