From 5cef240bd8d8f1abdf031941342bd773e59dd86e Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Wed, 5 May 2021 10:40:57 +0900 Subject: [PATCH] Give Postgres password via envvar --- .github/workflows/ruby.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 3444594..21ff9ef 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -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