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 323
323
<pom >
324
324
<includes >
325
325
<include >pom.xml</include >
326
- <inclide >./**/pom.xml</inclide >
326
+ <include >./**/pom.xml</include >
327
327
</includes >
328
- <sortPom ></sortPom >
328
+ <sortPom >
329
+ <expandEmptyElements >false</expandEmptyElements >
330
+ </sortPom >
329
331
</pom >
330
332
<java >
331
333
<eclipse >
334
336
<importOrder >
335
337
<file >contributing/eclipse.importorder</file >
336
338
</importOrder >
337
- <removeUnusedImports ></ removeUnusedImports >
339
+ <removeUnusedImports / >
338
340
</java >
339
341
</configuration >
342
+ <executions >
343
+ <execution >
344
+ <goals >
345
+ <goal >apply</goal >
346
+ </goals >
347
+ <phase >compile</phase >
348
+ </execution >
349
+ </executions >
340
350
</plugin >
341
351
<plugin >
342
352
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments