Skip to content

Commit

Permalink
ci: add postgres to runner environment
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyWu3027 authored Aug 19, 2023
1 parent 10b9f72 commit 8c7cb62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'

- name: Setup PostgreSQL
uses: Harmon758/[email protected]
with:
postgresql db: blocc-dashboard
postgresql user: blocc-dashboard-backend
postgresql password: blocc-dashboard-backend-db

- uses: gradle/wrapper-validation-action@v1

Expand Down

0 comments on commit 8c7cb62

Please sign in to comment.