We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae1fdf commit 21e8b06Copy full SHA for 21e8b06
flake.nix
@@ -845,9 +845,6 @@
845
exit 1
846
fi
847
848
- echo "Running migrations tests"
849
- pg_prove -p 5435 -U supabase_admin -h localhost -d postgres -v ${./migrations/tests}/test.sql
850
-
851
mkdir -p $out/regression_output
852
if ! pg_regress \
853
--use-existing \
@@ -863,6 +860,9 @@
863
860
864
861
865
862
+ echo "Running migrations tests"
+ pg_prove -p 5435 -U supabase_admin -h localhost -d postgres -v ${./migrations/tests}/test.sql
+
866
# Copy logs to output
867
for logfile in $(find /tmp -name postgresql.log -type f); do
868
cp "$logfile" $out/postgresql.log
0 commit comments