Skip to content

Commit

Permalink
Fixes for running tap tests: library for perl tests and option for ru…
Browse files Browse the repository at this point in the history
…nning as non-priviliged user.
  • Loading branch information
Svetlana Derevyanko authored and df7cb committed Jun 4, 2024
1 parent 33ab28f commit 3aa91e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ jobs:

name: 🐘 PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
container:
image: pgxn/pgxn-tools
options: -e AS_USER=postgres

steps:
- 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
run: sudo apt-get install -y liblz4-dev libipc-run-perl
- name: Build and test on PostgreSQL ${{ matrix.pg }}
run: PATH=$PATH:/usr/lib/postgresql/${{ matrix.pg }}/bin pg-build-test

0 comments on commit 3aa91e6

Please sign in to comment.