Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit c28533c

Browse files
authored
Update maven.yml
1 parent 7cc7075 commit c28533c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
distribution: 'temurin'
3939
cache: maven
4040
- name: Test with Maven
41-
run: mvn -B verify --file pom.xml
41+
run: ./mvnw -B verify --file pom.xml
4242
working-directory: ${{env.EXERCISES_DIRECTORY}}/${{matrix.exercise}}

0 commit comments

Comments
 (0)