Skip to content

fix: output sudoers

fix: output sudoers #8

Workflow file for this run

name: 🧪 Continuous Integration
on:
push:
branches: ['*']
pull_request:
schedule:
- cron: '0 12 5 * *' # Monthly at noon on the fifth
jobs:
build:
strategy:
matrix:
pg: [16, 15, 14, 13, 12]
name: 🐘 PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
steps:
- run: env
- run: cat /etc/passwd
- run: cat /etc/sudoers
- run: AS_USER=pg_test /usr/local/bin/entrypoint.sh
- run: pg-start ${{ matrix.pg }}
- uses: actions/checkout@v4
- run: gosu pg_test pg-build-test