diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 27d6e6e..7737ce8 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -43,8 +43,10 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any shell: powershell run: | + cd .. git clone https://github.com/MakesYT/nodify.git git clone https://github.com/MakesYT/wpfui.git + cd Kitopia .\.sonar\scanner\dotnet-sonarscanner begin /k:"kitopia" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" dotnet build uToolkitopia\Kitopia.csproj .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"