diff --git a/.gitea/workflows/qualitytest.yml b/.gitea/workflows/qualitytest.yml index ffba928..17e4ee1 100644 --- a/.gitea/workflows/qualitytest.yml +++ b/.gitea/workflows/qualitytest.yml @@ -32,4 +32,4 @@ jobs: -Dsonar.host.url=${{ secrets.SONAR_HOST_URL }} \ -Dsonar.token=${{ secrets.SONAR_TOKEN }} \ -Dsonar.exclusions=node_modules/**,dist/**,coverage/** \ - -Dsonar.qualitygate.wait=true \ No newline at end of file + -Dsonar.qualitygate.wait=false \ No newline at end of file