File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 19
19
sample_operators_tests :
20
20
strategy :
21
21
matrix :
22
- sample_dir :
22
+ sample :
23
23
- " sample-operators/mysql-schema"
24
24
- " sample-operators/tomcat-operator"
25
25
- " sample-operators/webpage"
@@ -48,12 +48,10 @@ jobs:
48
48
run : mvn install -DskipTests
49
49
50
50
- name : Run integration tests in local mode
51
- working-directory : ${{ matrix.sample_dir }}
52
51
run : |
53
- mvn test -P end-to-end-tests
52
+ mvn test -P end-to-end-tests -pl ${{ matrix.sample }}
54
53
55
54
- name : Run E2E tests as a deployment
56
- working-directory : ${{ matrix.sample_dir }}
57
55
run : |
58
56
eval $(minikube -p minikube docker-env)
59
- mvn jib:dockerBuild test -P end-to-end-tests -Dtest.deployment=remote
57
+ mvn jib:dockerBuild test -P end-to-end-tests -Dtest.deployment=remote -pl ${{ matrix.sample }}
Original file line number Diff line number Diff line change 314
314
<pom >
315
315
<includes >
316
316
<include >pom.xml</include >
317
- <include >./**/pom.xml</include >
317
+ <include >./**/pom.xml</include >
318
318
</includes >
319
- <sortPom ></sortPom >
319
+ <sortPom >
320
+ <expandEmptyElements >false</expandEmptyElements >
321
+ </sortPom >
320
322
</pom >
321
323
<java >
322
324
<eclipse >
325
327
<importOrder >
326
328
<file >contributing/eclipse.importorder</file >
327
329
</importOrder >
328
- <removeUnusedImports ></ removeUnusedImports >
330
+ <removeUnusedImports / >
329
331
</java >
330
332
</configuration >
333
+ <executions >
334
+ <execution >
335
+ <goals >
336
+ <goal >apply</goal >
337
+ </goals >
338
+ <phase >compile</phase >
339
+ </execution >
340
+ </executions >
331
341
</plugin >
332
342
<plugin >
333
343
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments