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