File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 4646
4747 - if : matrix.build.java == '17'
4848 name : Verify with vmlens
49- run : mvn vmlens-maven-plugin:test -e -X
49+ run : mvn vmlens-maven-plugin:test --activate-profiles e2e,${{ matrix.build.profile }}
5050
5151 - if : matrix.build.java == '17'
5252 name : Upload coverage to Codecov
Original file line number Diff line number Diff line change 304304 </archive >
305305 </configuration >
306306 </plugin >
307- <plugin >
308- <groupId >com.vmlens</groupId >
309- <artifactId >vmlens-maven-plugin</artifactId >
310- <version >1.2.11</version >
311- <executions >
312- <execution >
313- <id >test</id >
314- <goals >
315- <goal >test</goal >
316- </goals >
317- <configuration >
318- <agentDirectory >vmlens-agent</agentDirectory >
319- <failIfNoTests >true</failIfNoTests >
320- </configuration >
321- </execution >
322- </executions >
323- </plugin >
324307 </plugins >
325308 </build >
326309
332315 </activation >
333316 <build >
334317 <plugins >
318+ <plugin >
319+ <groupId >com.vmlens</groupId >
320+ <artifactId >vmlens-maven-plugin</artifactId >
321+ <version >1.2.11</version >
322+ <executions >
323+ <execution >
324+ <id >test</id >
325+ <goals >
326+ <goal >test</goal >
327+ </goals >
328+ <configuration >
329+ <agentDirectory >vmlens-agent</agentDirectory >
330+ <failIfNoTests >true</failIfNoTests >
331+ </configuration >
332+ </execution >
333+ </executions >
334+ </plugin >
335335 <plugin >
336336 <artifactId >maven-dependency-plugin</artifactId >
337337 <version >3.8.1</version >
You can’t perform that action at this time.
0 commit comments