We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa92f4 commit 4298d96Copy full SHA for 4298d96
.github/workflows/Dockerfile
@@ -68,6 +68,5 @@ RUN rpm -ivh /var/lib/pgsql/rpmbuild/RPMS/x86_64/*
68
69
USER postgres
70
RUN initdb --no-locale -E UTF8 && \
71
- pg_ctl -w start
72
-RUN make -C pg_rman installcheck; exit 0
73
-RUN cat /var/lib/pgsql/pg_rman/regression.out
+ pg_ctl -w start && \
+ make -C pg_rman installcheck
0 commit comments