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

Commit

Permalink
chore: Update Sonar build name for clarity (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
meltsufin committed Jul 25, 2022
1 parent 030e9b3 commit 41b2e85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Sonar
on:
push:
branches:
Expand All @@ -7,7 +7,7 @@ on:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
name: Java 11 Gradle Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -33,4 +33,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew build sonarqube --info
run: ./gradlew build sonarqube --info

0 comments on commit 41b2e85

Please sign in to comment.