Skip to content

Commit f6af8b3

Browse files
Per Kopsperkops
authored andcommitted
ci: temporarily disable sonarcloud until it works properly
1 parent 357efcf commit f6af8b3

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/post-integration.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
with:
3636
dotnet-version: '8.0.x'
3737

38-
- name: ⚙️ Set up JDK 17
39-
uses: actions/setup-java@v3
40-
with:
41-
java-version: 17
42-
distribution: 'zulu'
38+
# - name: ⚙️ Set up JDK 17
39+
# uses: actions/setup-java@v3
40+
# with:
41+
# java-version: 17
42+
# distribution: 'zulu'
4343

4444
- name: 🧹 Clean
4545
run: dotnet clean -c Release && dotnet nuget locals all --clear
@@ -56,18 +56,18 @@ jobs:
5656
- name: 🧪 Run unit tests
5757
run: dotnet test -c Release --no-build --filter "Category!=Integration"
5858

59-
- name: 🌩️ SonarCloud install scanner
60-
run: dotnet tool install --global dotnet-sonarscanner --version 10.1.2
61-
62-
- name: 🌩️ SonarCloud analyze
63-
env:
64-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
66-
shell: pwsh
67-
run: |
68-
dotnet sonarscanner begin /k:"atc" /o:"atc-net" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
69-
dotnet build -c Release /p:UseSourceLink=true --no-restore
70-
dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
59+
# - name: 🌩️ SonarCloud install scanner
60+
# run: dotnet tool install --global dotnet-sonarscanner
61+
62+
# - name: 🌩️ SonarCloud analyze
63+
# env:
64+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
66+
# shell: pwsh
67+
# run: |
68+
# dotnet sonarscanner begin /k:"atc" /o:"atc-net" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
69+
# dotnet build -c Release /p:UseSourceLink=true --no-restore
70+
# dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
7171

7272
- name: ⏩ Merge to stable-branch
7373
run: |

0 commit comments

Comments
 (0)