From 84e9a832fae198ef7b6288a2fd247027dc6c3569 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 24 Sep 2024 10:02:41 +0800 Subject: [PATCH] . --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01a0792..07d7aad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,7 @@ jobs: BUNDLE_GEMFILE: ${{ matrix.gemfile }} USE_OFFICIAL_GEM_SOURCE: 1 RAILS_VERSION: ${{ matrix.rails_version }} + DATABASE_URL: postgres://postgres:@localhost:5432/action-store-test steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1