From 01011a86d60c34b47e2d4e4a48c2e14ade627d46 Mon Sep 17 00:00:00 2001 From: aaronskiba Date: Sat, 6 Jul 2024 17:08:24 -0600 Subject: [PATCH] test --- .github/workflows/postgres.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/postgres.yml b/.github/workflows/postgres.yml index dc14fac17..01e034f44 100644 --- a/.github/workflows/postgres.yml +++ b/.github/workflows/postgres.yml @@ -1,6 +1,6 @@ name: Tests - PostgreSQL -on: [pull_request] +on: [push, pull_request] jobs: postgresql: @@ -66,6 +66,7 @@ jobs: run: | # generate a default credential file and key EDITOR="sh -c 'echo \"$(cat config/credentials.yml.postgresql)\" > \$1' --" bundle exec rails credentials:edit + echo "RAILS_MASTER_KEY=$(> $GITHUB_ENV # Set the path to the wkhtmltopdf executable - name: 'Determine wkhtmltopdf location'