Skip to content

Commit 8b308fe

Browse files
committed
SQ startup
1 parent 1726e88 commit 8b308fe

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/qa.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,13 @@ jobs:
119119
image: sonarqube:lts-community
120120
ports:
121121
- 9000:9000
122-
options: >-
123-
--health-cmd "curl --fail --user admin:admin http://127.0.0.1:9000/api/system/status || exit 1"
124-
--health-interval 10s
125-
--health-timeout 5s
126-
--health-retries 1000
122+
volumes:
123+
- ${{ github.workspace }}/sonarqube_data:/opt/sonarqube/data
124+
# options: >-
125+
# --health-cmd "curl --fail --user admin:admin http://127.0.0.1:9000/api/system/status || exit 1"
126+
# --health-interval 10s
127+
# --health-timeout 5s
128+
# --health-retries 1000
127129
steps:
128130
- uses: actions/checkout@v4
129131
with:

0 commit comments

Comments
 (0)