1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-13 20:05:19 +02:00
This commit is contained in:
Anton
2024-06-09 12:09:32 +03:00

View File

@@ -21,7 +21,7 @@ jobs:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
LC_ALL: "ru_RU.UTF-8"
with:
projectBaseDir: ${{ github.workspace }}/ru/OPI
projectBaseDir: ${{ github.workspace }}/src/ru/OPI
args:
-Dsonar.projectKey=OpenIntegrations
-Dsonar.sourceEncoding=UTF-8
@@ -35,7 +35,7 @@ jobs:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
LC_ALL: "ru_RU.UTF-8"
with:
projectBaseDir: ${{ github.workspace }}/ru/OInt
projectBaseDir: ${{ github.workspace }}/src/ru/OInt
args:
-Dsonar.projectKey=OInt
-Dsonar.sourceEncoding=UTF-8