File tree Expand file tree Collapse file tree 1 file changed +22
-23
lines changed Expand file tree Collapse file tree 1 file changed +22
-23
lines changed Original file line number Diff line number Diff line change 44name : Java CI with Gradle
55
66on :
7- push :
8- branches : [ master ]
9- pull_request :
10- branches : [ master ]
7+ push :
8+ branches : [master]
9+ pull_request :
10+ branches : [master]
1111
1212jobs :
13- build :
13+ build :
14+ runs-on : ubuntu-latest
1415
15- runs-on : ubuntu-latest
16-
17- steps :
18- - uses : actions/checkout@v2
19- - name : Set up JDK 1.8
20- uses : actions/setup-java@v1
21- with :
22- java-version : 1.8
23- - name : Start immudb container
24- run : docker run -d --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 codenotary/immudb:1.9.4
25- - name : Grant execute permission for gradlew
26- run : chmod +x gradlew
27- - name : Build with Gradle
28- run : ./gradlew clean build
29- - name : Coveralls
30- env :
31- COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
32- run : ./gradlew jacocoTestReport coveralls
16+ steps :
17+ - uses : actions/checkout@v2
18+ - name : Set up JDK 1.8
19+ uses : actions/setup-java@v1
20+ with :
21+ java-version : 1.8
22+ - name : Start immudb container
23+ run : docker run -d --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 codenotary/immudb:dev
24+ - name : Grant execute permission for gradlew
25+ run : chmod +x gradlew
26+ - name : Build with Gradle
27+ run : ./gradlew clean build
28+ - name : Coveralls
29+ env :
30+ COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
31+ run : ./gradlew jacocoTestReport coveralls
You can’t perform that action at this time.
0 commit comments