Skip to content

Commit

Permalink
chore: trying to fix postgresql testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 committed Oct 30, 2024
1 parent 44e80dc commit a9f4acf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/partial-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
POSTGRES_USER: homebox
POSTGRES_PASSWORD: homebox
POSTGRES_DB: homebox
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down Expand Up @@ -121,4 +123,6 @@ jobs:
working-directory: frontend

- name: Run Integration Tests
env:
HBOX_DATABASE_PORT: ${{ job.services.postgres.ports[5432] }}
run: task test:ci:postgresql

0 comments on commit a9f4acf

Please sign in to comment.