mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
ci: disable sslmode for postgres migration tests
This commit is contained in:
parent
e7521ba67c
commit
1f688724a0
5
.github/workflows/dev.yml
vendored
5
.github/workflows/dev.yml
vendored
@ -208,7 +208,10 @@ jobs:
|
||||
"host": "localhost:5432",
|
||||
"user": "semaphore",
|
||||
"pass": "p455w0rd",
|
||||
"name": "semaphore"
|
||||
"name": "semaphore",
|
||||
"options": {
|
||||
"sslmode": "disable"
|
||||
}
|
||||
},
|
||||
"dialect": "postgres",
|
||||
"email_alert": false
|
||||
|
Loading…
Reference in New Issue
Block a user