We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34d272 commit 9a82c6eCopy full SHA for 9a82c6e
1 file changed
.github/workflows/maven.yml
@@ -20,4 +20,4 @@ jobs:
20
java-version: 8
21
distribution: 'corretto'
22
- name: Build and test with Maven
23
- run: mvn test -Ptest-output
+ run: mvn test -ntp -B -Ptest-output
0 commit comments