Skip to content

Commit

Permalink
Add Postgres envvars to CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Feb 22, 2024
1 parent a02c35e commit 2caea16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ jobs:
env:
MYSQL_HOST: 127.0.0.1
MYSQL_PORT: 3306
PGHOST: localhost
PGUSER: postgres
PGPASSWORD: postgres

0 comments on commit 2caea16

Please sign in to comment.