Skip to content

Commit 0940308

Browse files
committed
feat: use maven wrapper in test workflow
1 parent 22c0a43 commit 0940308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
java-version: 17
1515

1616
- name: Build project with Maven
17-
run: mvn -B package --file pom.xml
17+
run: ./mvnw -B package --file pom.xml

0 commit comments

Comments
 (0)