mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Give Postgres password via envvar
This commit is contained in:
parent
de07019f2d
commit
5cef240bd8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ruby.yml
vendored
1
.github/workflows/ruby.yml
vendored
|
@ -83,6 +83,7 @@ jobs:
|
|||
env:
|
||||
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
|
||||
DB: ${{ matrix.db }}
|
||||
POSTGRES_PASSWORD: postgres # for passing the password to the Rails process
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Start local MySQL
|
||||
|
|
Loading…
Reference in a new issue