Skip to content

Commit f051c02

Browse files
author
Guilherme Biff Zarelli
committed
ci: fix
1 parent db561d5 commit f051c02

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
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
java-version: 11
2121
- name: Build with Maven
22-
run: mvn clean verify coveralls:report -DrepoToken=$COVERALLS_REPO_TOKEN
22+
run: mvn -B verify coveralls:report -DrepoToken=$COVERALLS_REPO_TOKEN --file pom.xml

0 commit comments

Comments
 (0)