1 parent 51c5e7c commit 94adb1bCopy full SHA for 94adb1b
1 file changed
.github/workflows/mainCI.yml
@@ -19,28 +19,4 @@ jobs:
19
uses: gradle/actions/setup-gradle@v4
20
with:
21
gradle-version: '8.8'
22
-
23
- - name: Execute Gradle build
24
- run: ./gradlew build
25
26
- - name: Generate coverage report
27
- run: ./gradlew jacocoTestReport
28
29
- - name: Cache SonarQube packages
30
- uses: actions/cache@v4
31
- with:
32
- path: ~/.sonar/cache
33
- key: ${{ runner.os }}-sonar
34
- restore-keys: ${{ runner.os }}-sonar
35
36
- - name: Cache Gradle packages
37
38
39
- path: ~/.gradle/caches
40
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
41
- restore-keys: ${{ runner.os }}-gradle
42
43
- - name: Build and analyze
44
- env:
45
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
46
- run: ./gradlew sonar --info
0 commit comments