Skip to content

Commit b0a2952

Browse files
committed
run tests
1 parent c1db749 commit b0a2952

File tree

1 file changed

+4
-29
lines changed

1 file changed

+4
-29
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ on:
55
branches: ["**"]
66

77
jobs:
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
@@ -34,29 +33,5 @@ jobs:
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

0 commit comments

Comments
 (0)