We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1726e88 commit 8b308feCopy full SHA for 8b308fe
.github/workflows/qa.yml
@@ -119,11 +119,13 @@ jobs:
119
image: sonarqube:lts-community
120
ports:
121
- 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
+ volumes:
+ - ${{ github.workspace }}/sonarqube_data:/opt/sonarqube/data
+# options: >-
+# --health-cmd "curl --fail --user admin:admin http://127.0.0.1:9000/api/system/status || exit 1"
+# --health-interval 10s
127
+# --health-timeout 5s
128
+# --health-retries 1000
129
steps:
130
- uses: actions/checkout@v4
131
with:
0 commit comments