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 313
313
<pom >
314
314
<includes >
315
315
<include >pom.xml</include >
316
- <inclide >./**/pom.xml</inclide >
316
+ <include >./**/pom.xml</include >
317
317
</includes >
318
- <sortPom ></sortPom >
318
+ <sortPom >
319
+ <expandEmptyElements >false</expandEmptyElements >
320
+ </sortPom >
319
321
</pom >
320
322
<java >
321
323
<eclipse >
324
326
<importOrder >
325
327
<file >contributing/eclipse.importorder</file >
326
328
</importOrder >
327
- <removeUnusedImports ></ removeUnusedImports >
329
+ <removeUnusedImports / >
328
330
</java >
329
331
</configuration >
332
+ <executions >
333
+ <execution >
334
+ <goals >
335
+ <goal >apply</goal >
336
+ </goals >
337
+ <phase >compile</phase >
338
+ </execution >
339
+ </executions >
330
340
</plugin >
331
341
<plugin >
332
342
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments