Skip to content

Commit

Permalink
Fix CI connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
marinelli committed Feb 28, 2025
1 parent 116f14b commit 78772bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ instance IsOption ConnectionString where
defaultValue =
ConnectionString
-- For GitHub Actions CI
"host=localhost port=15432 user=postgres password=postgres"
"postgres user=postgres password=postgres"
parseValue = Just . ConnectionString
optionName = return "connection-string"
optionHelp = return "Postgres connection string"
Expand Down

0 comments on commit 78772bf

Please sign in to comment.