Skip to content

Commit 3ed4f13

Browse files
committedJan 28, 2025
Fix release tests are not working properly
1 parent a47c890 commit 3ed4f13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ 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 $$ \
73+
cat /var/lib/pgsql/pg_rman/regression.out

0 commit comments

Comments
 (0)