ci: use right port for postgres migration test

This commit is contained in:
Thomas Boerger 2024-04-28 00:29:07 +02:00
parent cd5f7ae314
commit e7521ba67c
No known key found for this signature in database
GPG Key ID: F630596501026DB5

View File

@ -205,7 +205,7 @@ jobs:
cat > config.json <<EOF cat > config.json <<EOF
{ {
"postgres": { "postgres": {
"host": "localhost:3306", "host": "localhost:5432",
"user": "semaphore", "user": "semaphore",
"pass": "p455w0rd", "pass": "p455w0rd",
"name": "semaphore" "name": "semaphore"