Skip to content

Commit 83dff18

Browse files
samrosesoedirgo
authored andcommitted
chore: more tweaks to run in gh actions
1 parent 65b947b commit 83dff18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nix/tools/dbmate-tool.sh.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,13 @@ if [ "$PSQL_VERSION" == "all" ]; then
288288
echo "$VERSIONS" | while read -r version; do
289289
PSQL_VERSION="$version"
290290
echo "Migrating to PostgreSQL version $PSQL_VERSION"
291+
start_postgres
291292
migrate_version
292293
cleanup
293294
done
294295
else
295296
echo "Migrating to PostgreSQL version $PSQL_VERSION"
297+
start_postgres
296298
migrate_version
297299
cleanup
298300
fi

0 commit comments

Comments
 (0)