Skip to content

Commit

Permalink
Fix release tests are not working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyaaa committed Jan 28, 2025
1 parent cc7791d commit 8baa5ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ RUN rpm -ivh /var/lib/pgsql/rpmbuild/RPMS/x86_64/*

USER postgres
RUN initdb --no-locale -E UTF8 && \
pg_ctl -w start
RUN make -C pg_rman installcheck; exit 0
RUN cat /var/lib/pgsql/pg_rman/regression.out
pg_ctl -w start && \
make -C pg_rman installcheck && \
cat /var/lib/pgsql/pg_rman/regression.out

0 comments on commit 8baa5ce

Please sign in to comment.