Skip to content

Commit

Permalink
Merge pull request #2557 from alphagov/setup-postgres-for-ci-run
Browse files Browse the repository at this point in the history
Add setup for postgres database
  • Loading branch information
syed-ali-tw authored Feb 25, 2025
2 parents dcfa5c9 + 104c40c commit 374de00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/minitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
version: 3.6

- name: Setup Postgres
id: setup-postgres
uses: alphagov/govuk-infrastructure/.github/actions/setup-postgres@main

- name: Setup Redis
uses: alphagov/govuk-infrastructure/.github/actions/setup-redis@main

Expand Down

0 comments on commit 374de00

Please sign in to comment.