File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 5151 - name : Build with Maven
5252 run : mvn clean verify javadoc:javadoc -B
5353
54- coveralls :
55- name : Run coveralls
56- runs-on : ubuntu-latest
57- needs : test
58- if : ${{ github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') }}
59-
60- steps :
61- - uses : actions/checkout@v3
62- with :
63- submodules : recursive
64- - run : git checkout "${GITHUB_REF:11}"
65- - run : git submodule sync
66- - name : Set up JDK 11
67- uses : actions/setup-java@v3
68- with :
69- distribution : ' zulu'
70- java-version : 11
71- java-package : jdk
72- - name : Cache local Maven repository
73- uses : actions/cache@v3
74- with :
75- path : ~/.m2
76- key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
77- restore-keys : ${{ runner.os }}-m2
78- - name : Run Coveralls with Maven
79- run : mvn clean test jacoco:report coveralls:report -B -Pcoveralls -DrepoToken=${{ secrets.CoverallsRepoTokenSecret }}
80-
8154 deploy-snapshot :
8255 name : Deploy snapshot
8356 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments