Skip to content

Commit 38742a8

Browse files
committed
docs: Se puso el -DargLine por dentro del pom.xml
1 parent b94ca17 commit 38742a8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222

2323
- name: Build and Test with Maven
2424
# Usamos 'verify' para asegurar que corran Unit + Integration tests
25-
# Agregamos los flags necesarios para Mockito en Java 25
26-
run: mvn -B clean verify -DargLine="-XX:+EnableDynamicAgentLoading -Xshare:off"
25+
run: mvn -B clean verify
2726

2827
- name: Upload Build Artifact
2928
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)