Skip to content

Commit

Permalink
password
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Gurtzick <[email protected]>
  • Loading branch information
wzrdtales committed Sep 10, 2023
1 parent afa0bdb commit c05bc58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
postgresql version: '15'
postgresql db: 'db_migrate_test'
postgresql password: 'test123'
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
3 changes: 2 additions & 1 deletion test/db.config.ci
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"pg": {
"driver": "pg",
"database": "db_migrate_test",
"user": "postgres"
"user": "postgres",
"password": "test123"
},
"sqlite3": {
"driver": "sqlite3",
Expand Down

0 comments on commit c05bc58

Please sign in to comment.