Skip to content

Commit 922ce91

Browse files
authored
Update ci.yml
1 parent 5b22227 commit 922ce91

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Maven Test & Build
1+
name: Maven Build
22
on:
33
push:
44

@@ -16,8 +16,5 @@ jobs:
1616
java-version: 21
1717
cache: maven
1818

19-
- name: Run tests
20-
run: mvn test
21-
2219
- name: Build
2320
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)