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 303
303
<pom >
304
304
<includes >
305
305
<include >pom.xml</include >
306
- <include >./**/pom.xml</include >
306
+ <include >./**/pom.xml</include >
307
307
</includes >
308
- <sortPom ></sortPom >
308
+ <sortPom >
309
+ <expandEmptyElements >false</expandEmptyElements >
310
+ </sortPom >
309
311
</pom >
310
312
<java >
311
313
<eclipse >
314
316
<importOrder >
315
317
<file >contributing/eclipse.importorder</file >
316
318
</importOrder >
317
- <removeUnusedImports ></ removeUnusedImports >
319
+ <removeUnusedImports / >
318
320
</java >
319
321
</configuration >
322
+ <executions >
323
+ <execution >
324
+ <goals >
325
+ <goal >apply</goal >
326
+ </goals >
327
+ <phase >compile</phase >
328
+ </execution >
329
+ </executions >
320
330
</plugin >
321
331
<plugin >
322
332
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments