File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change 1616name : CI
1717on :
1818 push :
19- branches : [ master ]
19+ branches : [ master, 'others/ci_workflow' ]
2020 pull_request :
2121 branches : [ master ]
2222jobs :
23- Linux :
23+ maven_verify :
2424 strategy :
2525 matrix :
2626 java-version : [ 8, 11 ]
27- runs-on : [ubuntu-latest]
28- runs-on : ${{ matrix.runs-on }}
27+ runs-on : [ ubuntu-latest ]
28+ runs-on : ${{ matrix.runs-on }}
2929 steps :
30- - uses : actions/checkout@v2
31- - name : Set up JDK ${{ matrix.java-version }}
32- uses : actions/setup-java@v2
33- with :
34- java-version : ${{ matrix.java-version }}
35- distribution : ' adopt'
36- cache : maven
37- - name : Set up Docker Buildx
38- uses : docker/setup-buildx-action@v1
39- - name : Build with Maven
40- run : ./mvnw verify
30+ - name : Checkout
31+ uses : actions/checkout@v4
32+ - name : Set up JDK ${{ matrix.java-version }}
33+ uses : actions/setup-java@v4
34+ with :
35+ java-version : ${{ matrix.java-version }}
36+ distribution : adopt
37+ cache : maven
38+ - name : Set up Docker Buildx
39+ 40+ - name : Build with Maven
41+ run : ./mvnw verify
You can’t perform that action at this time.
0 commit comments