Skip to content

Commit a1206e3

Browse files
committed
try to make it work v32932345234
Signed-off-by: christian.lutnik <[email protected]>
1 parent 78da903 commit a1206e3

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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

pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -304,23 +304,6 @@
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

@@ -332,6 +315,23 @@
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>

0 commit comments

Comments
 (0)