File tree 3 files changed +24
-13
lines changed
3 files changed +24
-13
lines changed Original file line number Diff line number Diff line change
1
+ name : Java CI
2
+
3
+ on :
4
+ push :
5
+ branches : [ master ]
6
+ pull_request :
7
+ branches : [ master ]
8
+
9
+ jobs :
10
+ build :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - uses : actions/checkout@v2
14
+ - name : Setup
15
+ uses : actions/setup-java@v2
16
+ with :
17
+ java-version : ' 11'
18
+ distribution : ' adopt'
19
+ cache : maven
20
+ - name : Build
21
+ run : mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155:sonar -Dsonar.projectKey=hrytsenko_json-data-spring-boot -Dsonar.organization=hrytsenko -Dsonar.host.url=https://sonarcloud.io -Pcoverage
22
+ env :
23
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24
+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.org/hrytsenko/json-data-spring-boot.svg?branch=master )] ( https://travis-ci.org/hrytsenko/json-data-spring-boot )
2
1
[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=hrytsenko_json-data-spring-boot&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=hrytsenko_json-data-spring-boot )
3
2
[ ![ ] ( https://jitpack.io/v/hrytsenko/json-data-spring-boot.svg )] ( https://jitpack.io/#hrytsenko/json-data-spring-boot )
4
3
You can’t perform that action at this time.
0 commit comments