File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os }}
2020 strategy :
2121 matrix :
22- os : [ ubuntu-latest ]
2322 java : [8, 11, 17]
23+ os : [ ubuntu-latest ]
24+ include :
25+ - java : 11
26+ os : windows-latest
27+ - java : 11
28+ os : macos-latest
2429
2530 steps :
2631 # Check out Git repository
4954 # Build & verify example
5055 - name : Build and verify example
5156 run : ./mvnw -s ./.maven-settings.xml -Pcontinuous-integration -B -U clean verify -f example
52-
53- # Run code coverage check
54- - name : Run code coverage check
55- run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 4646 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
4747 run : ./mvnw -s ./.maven-settings.xml -Pcontinuous-integration -B -U clean deploy site
4848
49+ # Run code coverage check
50+ - name : Run code coverage check
51+ run : bash <(curl -s https://codecov.io/bash)
52+
4953 # Deploy site to Github Pages
5054 - name : Stage and deploy site
5155 run : >
You can’t perform that action at this time.
0 commit comments