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 51374cb commit 20016feCopy full SHA for 20016fe
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
run: dotnet test --configuration Release
29
sonarqube:
30
name: sonarqube
31
- runs-on: ubuntu-latest
+ runs-on: windows-latest
32
if: ${{ github.event.workflow_run.conclusion == 'success' }}
33
steps:
34
- name: Set up JDK 17
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
needs: test
27
0 commit comments