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 d8455c2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ jobs:
options: -e AS_USER=postgres

steps:
- name: Install extra build dependencies
run: apt-get install -y liblz4-dev libipc-run-perl
- name: Start PostgreSQL ${{ matrix.pg }}
run: pg-start ${{ matrix.pg }}
- 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: Give build directory to postgres
run: chown -R postgres: .
- 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
run: sudo -u postgres pg-build-test

0 comments on commit d8455c2

Please sign in to comment.