Skip to content

Commit

Permalink
add 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 93bac1b commit 0b0a4e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: mirromutth/[email protected]
with:
mysql database: 'db_migrate_test' # Optional, default value is "test". The specified database which will be create
mysql root password: '' # Required if "mysql user" is empty, default is empty. The root superuser password
mysql root password: 'super123' # Required if "mysql user" is empty, default is empty. The root superuser password
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
1 change: 1 addition & 0 deletions test/db.config.ci
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"mysql": {
"database": "db_migrate_test",
"user": "root",
"password": "super123"
"driver": "mysql"
},
"pg": {
Expand Down

0 comments on commit 0b0a4e6

Please sign in to comment.