We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47c890 commit 3ed4f13Copy full SHA for 3ed4f13
.github/workflows/Dockerfile
@@ -68,6 +68,6 @@ 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 $$ \
+ cat /var/lib/pgsql/pg_rman/regression.out
0 commit comments