Skip to content

Commit 3b90cad

Browse files
committed
.
1 parent 13f2b67 commit 3b90cad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
3434
restore-keys: ${{ runner.os }}-gradle
3535

36-
- name: Build and test
37-
run: ./gradlew test
36+
- name: Build and Test
37+
run: ./gradlew build test
3838

39-
- name: Build and analyze
39+
- name: Sonarqube
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4242
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
43-
run: ./gradlew build sonarqube --info
43+
run: ./gradlew sonarqube --info

0 commit comments

Comments
 (0)