Skip to content

Commit

Permalink
We shouldn't need DB service during backend build, only test
Browse files Browse the repository at this point in the history
  • Loading branch information
fredex42 committed Apr 29, 2024
1 parent 1497134 commit 34587a3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/improvedci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,22 +189,6 @@ jobs:
- build_client_v1
- build_client_v2
- generate_build_number
services:
# See https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers
postgres:
image: postgres:10.7-alpine
env:
POSTGRES_USER: faciatool
POSTGRES_PASSWORD: faciatool
POSTGRES_DB: faciatool
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 4724:5432
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 34587a3

Please sign in to comment.