Skip to content

Commit 4298d96

Browse files
committed
Fix release tests are not working properly
1 parent 7fa92f4 commit 4298d96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,5 @@ RUN rpm -ivh /var/lib/pgsql/rpmbuild/RPMS/x86_64/*
6868

6969
USER postgres
7070
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
71+
pg_ctl -w start && \
72+
make -C pg_rman installcheck

0 commit comments

Comments
 (0)