Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Jul 19, 2024
1 parent 283ab21 commit d83ffdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,16 @@ jobs:
pg_ctl -D $DATADIR initdb
echo "shared_preload_libraries = 'pg_stat_statements'" >> $DATADIR/postgresql.conf
pg_ctl -D $DATADIR -l $LOGFILE start || cat $LOGFILE
sleep 1
psql -c 'select 1 as ok' postgres
- name: Show postgres log files
if: failure() && steps.start_pg.conclusion == 'failure'
run: |
echo $LOGFILE
cat $LOGFILE
ls -al /var/run/
ls -al /var/run/postgresql/
- name: Build and install powa-archivist for postgres ${{ matrix.postgres_major_version }}
run: |
Expand Down

0 comments on commit d83ffdd

Please sign in to comment.