added ci step to make db creation script +x

This commit is contained in:
Brian Bjarke Jensen
2025-10-27 00:10:41 +01:00
parent 09092eafbb
commit bcf02b5714
+3
View File
@@ -34,6 +34,9 @@ jobs:
run: |
echo "Running database creation script..."
# Add executable permission to the script
chmod +x ./scripts/create_db_user.sh
# Export the admin password so psql can use it automatically
export PGPASSWORD=$POSTGRES_ADMIN_PASSWORD