Skip to content

Commit fd199a0

Browse files
committed
Update github-action
1 parent c26fbf9 commit fd199a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
java-version: '11'
1818
distribution: 'temurin'
1919
cache: maven
20-
- name: Build with Maven
21-
run: mvn verify
20+
- name: Test
21+
run: mvn test

0 commit comments

Comments
 (0)