Skip to content

Commit 94adb1b

Browse files
Fix actiom file
1 parent 51c5e7c commit 94adb1b

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/mainCI.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,4 @@ jobs:
1919
uses: gradle/actions/setup-gradle@v4
2020
with:
2121
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
3522

36-
- name: Cache Gradle packages
37-
uses: actions/cache@v4
38-
with:
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

Comments
 (0)