We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0e40f commit 52e267cCopy full SHA for 52e267c
flake.nix
@@ -807,9 +807,6 @@
807
exit 1
808
fi
809
810
- echo "Running migrations tests"
811
- pg_prove -p 5435 -U supabase_admin -h localhost -d postgres -v ${./migrations/tests}/test.sql
812
-
813
mkdir -p $out/regression_output
814
if ! pg_regress \
815
--use-existing \
@@ -825,6 +822,9 @@
825
822
826
823
827
824
+ echo "Running migrations tests"
+ pg_prove -p 5435 -U supabase_admin -h localhost -d postgres -v ${./migrations/tests}/test.sql
+
828
# Copy logs to output
829
for logfile in $(find /tmp -name postgresql.log -type f); do
830
cp "$logfile" $out/postgresql.log
0 commit comments