We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2476fe4 commit fdddda6Copy full SHA for fdddda6
.github/workflows/test-java.yml
@@ -27,5 +27,5 @@ jobs:
27
java-version: 17
28
cache: 'maven'
29
- name: Maven Test
30
- run: ./mvnw test
+ run: mvn test
31
working-directory: ${{ matrix.example }}'
mvnw
0 commit comments