Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 41b2e85

Browse files
authored
chore: Update Sonar build name for clarity (#1744)
1 parent 030e9b3 commit 41b2e85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sonar.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Sonar
22
on:
33
push:
44
branches:
@@ -7,7 +7,7 @@ on:
77
types: [opened, synchronize, reopened]
88
jobs:
99
build:
10-
name: Build
10+
name: Java 11 Gradle Build
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
@@ -33,4 +33,4 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3535
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
36-
run: ./gradlew build sonarqube --info
36+
run: ./gradlew build sonarqube --info

0 commit comments

Comments
 (0)