Skip to content

Commit

Permalink
Merge pull request #78 from ssylver93/feature/WFPREV-34_3
Browse files Browse the repository at this point in the history
Test sonar
  • Loading branch information
ssylver93 authored Sep 25, 2024
2 parents ef72b0b + 1836017 commit cbce7ac
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ jobs:
POSTGRES_USER: wfprev
POSTGRES_PASSWORD: password
POSTGRES_DB: wfprevdb
options: >
--health-cmd="pg_isready -U wfprev -d wfprevdb"
--health-interval=10s
--health-timeout=5s
--health-retries=5
options: --health-cmd="pg_isready -U wfprev -d wfprevdb" --health-interval=10s --health-timeout=5s --health-retries=5

steps:
- uses: actions/checkout@v4

Expand All @@ -46,7 +42,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'adopt'
distribution: 'adopt'

- name: SonarCloud Scan
run: |
Expand Down

0 comments on commit cbce7ac

Please sign in to comment.