aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 953e67f7..eecb62c1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed by Sonar to get PR information, if any 71 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed by Sonar to get PR information, if any
72 SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} 72 SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
73 run: | 73 run: |
74 ./gradlew build sonarqube -Pci --info 74 ./gradlew build sonar -Pci --info
75 reuse-check: 75 reuse-check:
76 name: REUSE Compliance Check 76 name: REUSE Compliance Check
77 runs-on: ubuntu-latest 77 runs-on: ubuntu-latest