File tree Expand file tree Collapse file tree 1 file changed +4
-29
lines changed
Expand file tree Collapse file tree 1 file changed +4
-29
lines changed Original file line number Diff line number Diff line change 55 branches : ["**"]
66
77jobs :
8- build :
8+ ci :
99 runs-on : ubuntu-latest
10- # needs: test
1110
1211 strategy :
1312 matrix :
14- java-version : [24] # [11, 15, 17]
13+ java-version : [24]
1514
1615 steps :
1716 - name : Checkout code
3433 - name : Build with Maven
3534 run : mvn clean compile package -DskipTests
3635
37- # - name: Run tests
38- # run: mvn test
39-
40- # test:
41- # runs-on: ubuntu-latest
42-
43- # steps:
44- # - name: Checkout code
45- # uses: actions/checkout@v4
46-
47- # - name: Set up JDK 17
48- # uses: actions/setup-java@v4
49- # with:
50- # java-version: "17"
51- # distribution: "temurin"
52- # cache: "maven"
53-
54- # - name: Cache Maven packages
55- # uses: actions/cache@v4
56- # with:
57- # path: ~/.m2
58- # key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
59- # restore-keys: ${{ runner.os }}-m2
60-
61- # - name: Compile and run tests
62- # run: mvn clean compile test
36+ - name : Run tests
37+ run : mvn test
You can’t perform that action at this time.
0 commit comments