mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
ci: use right port for postgres migration test
This commit is contained in:
parent
cd5f7ae314
commit
e7521ba67c
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user