Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronskiba committed Jul 6, 2024
1 parent 5801e7f commit 01011a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests - PostgreSQL

on: [pull_request]
on: [push, pull_request]

jobs:
postgresql:
Expand Down Expand Up @@ -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=$(<config/master.key)" >> $GITHUB_ENV
# Set the path to the wkhtmltopdf executable
- name: 'Determine wkhtmltopdf location'
Expand Down

0 comments on commit 01011a8

Please sign in to comment.