Skip to content

Commit 37db828

Browse files
committed
fix(ci): add maxproblems parameter to maven test command
1 parent 5790dda commit 37db828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
# Run Maven tests
3939
- name: Run Maven Tests
4040
# This command will execute your project's tests.
41-
run: mvn test -f pom.xml
41+
run: mvn test -Dmaxproblems=100 -f pom.xml

0 commit comments

Comments
 (0)