File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 env :
3333 MAVEN_OPTS : ${{ env.JAVA_11_PLUS_MAVEN_OPTS }}
3434 run : mvn -B clean install -DskipTests --file pom.xml
35- site :
36- name : site (Java ${{ matrix.java }})
37- runs-on : ubuntu-latest
38- strategy :
39- fail-fast : false
40- matrix :
41- java : [ 8, 11 ]
42- steps :
43- - uses : actions/checkout@v2
44- - name : Set up JDK
45- uses : actions/setup-java@v2
46- with :
47- java-version : ${{ matrix.java }}
48- distribution : ' adopt'
49- - uses : actions/cache@v2.1.6
50- with :
51- path : ~/.m2/repository
52- key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
53- restore-keys : |
54- ${{ runner.os }}-maven-
55- - name : Maven Site
56- run : mvn -B clean site -D enable-ci --file pom.xml
5735 test :
5836 name : test (${{ matrix.os }}, Java ${{ matrix.java }})
5937 runs-on : ${{ matrix.os }}-latest
You can’t perform that action at this time.
0 commit comments