Skip to content

Commit 1eb7b6a

Browse files
committed
Ajustes para o Build
1 parent f2d2133 commit 1eb7b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3232
restore-keys: ${{ runner.os }}-m2-
3333
- name: Build
34-
run: mvn -B verify
34+
run: mvn -B test
3535
- name: Set up JDK 11
3636
uses: actions/setup-java@v1
3737
with:

0 commit comments

Comments
 (0)