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 f2d2133 commit 1eb7b6aCopy full SHA for 1eb7b6a
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
32
restore-keys: ${{ runner.os }}-m2-
33
- name: Build
34
- run: mvn -B verify
+ run: mvn -B test
35
- name: Set up JDK 11
36
uses: actions/setup-java@v1
37
with:
0 commit comments