Fix GitHub Action badge (#1865)
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
8
.github/workflows/verify.yml
vendored
8
.github/workflows/verify.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: verify (license, test and scan)
|
||||
name: Verify
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -33,12 +33,12 @@ jobs:
|
||||
java-version: 17
|
||||
cache: 'maven'
|
||||
|
||||
- name: Check license
|
||||
- name: Check file license headers
|
||||
run: mvn license:check --batch-mode
|
||||
|
||||
- name: Run Tests & javadoc
|
||||
- name: Run tests & javadoc
|
||||
run: mvn verify javadoc:javadoc --batch-mode
|
||||
#
|
||||
# - name: Scan
|
||||
# - name: Scan (Sonar)
|
||||
# if: ${{ BRANCH_NAME == 'master' }}
|
||||
# run: mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.branch.name=eclipse-master -Dsonar.login=$SONAR_ACCESS_TOKEN --batch-mode
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Eclipse [hawkBit](http://www.eclipse.org/hawkbit/index.html) is an domain independent back end solution for rolling out software updates to constrained edge devices as well as more powerful controllers and gateways connected to IP based networking infrastructure.
|
||||
|
||||
Build:
|
||||
[](https://github.com/eclipse-hawkbit/hawkbit/actions/workflows/verify.yml)
|
||||
[](https://github.com/eclipse-hawkbit/hawkbit/actions/workflows/verify.yml)
|
||||
[](https://sonarcloud.io/summary/new_code?id=org.eclipse.hawkbit%3Ahawkbit-parent)
|
||||
[](https://search.maven.org/search?q=g:org.eclipse.hawkbit)
|
||||
[](https://www.openhub.net/p/hawkbit)
|
||||
|
||||
Reference in New Issue
Block a user