mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
fix: migration test for pg
This commit is contained in:
parent
16ce9b80a1
commit
53ad8fe7d4
3
.github/workflows/dev.yml
vendored
3
.github/workflows/dev.yml
vendored
@ -73,7 +73,8 @@ jobs:
|
||||
with:
|
||||
name: semaphore
|
||||
|
||||
- run: "cat > config.json <<EOF\n{\n\t\"postgres\": {\n\t\t\"host\": \"127.0.0.1:3306\"\
|
||||
- run: "cat > config.json <<EOF\n{\n\t\"postgres\": {\n\t\t\"host\": \"127.0.0.1:5432\"\
|
||||
,\n\t\t\"options\":{\"sslmode\":\"disable\"}\
|
||||
,\n\t\t\"user\": \"root\",\n\t\t\"pass\": \"pwd\",\n\t\t\"name\": \"circle_test\"\
|
||||
\n\t},\n\t\"dialect\": \"postgres\",\n\t\"email_alert\": false\n}\nEOF\n"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user