File tree 3 files changed +3
-36
lines changed
3 files changed +3
-36
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,4 @@ phases:
15
15
cd test/module-path-tests
16
16
mvn package
17
17
mvn exec:exec -P mock-tests
18
- fi
19
- # Codebuild doesn't have good support for mixed formats within the same
20
- # directory tree so just excluding these for now. Only the TCK tests are
21
- # based on TestNG.
22
- - find ./ -name testng-native-results -prune -type d -exec rm -r {} \;
23
- - find ./ -name testng-junit-results -prune -type d -exec rm -r {} \;
24
-
25
- reports :
26
- UnitTests :
27
- files :
28
- - ' **/*'
29
- base-directory : ' **/*/target/surefire-reports' # Location of the reports
18
+ fi
Original file line number Diff line number Diff line change @@ -23,15 +23,4 @@ phases:
23
23
cd test/module-path-tests
24
24
mvn package
25
25
mvn exec:exec -P integ-tests
26
- fi
27
- # Codebuild doesn't have good support for mixed formats within the same
28
- # directory tree so just excluding these for now. Only the TCK tests are
29
- # based on TestNG.
30
- - find ./ -name testng-native-results -prune -type d -exec rm -r {} \;
31
- - find ./ -name testng-junit-results -prune -type d -exec rm -r {} \;
32
-
33
- reports :
34
- IntegTests :
35
- files :
36
- - ' **/*'
37
- base-directory : ' **/*/target/surefire-reports' # Location of the reports
26
+ fi
Original file line number Diff line number Diff line change 7
7
8
8
build :
9
9
commands :
10
- - mvn clean install -P stability-tests -pl :stability-tests --am
11
- # Codebuild doesn't have good support for mixed formats within the same
12
- # directory tree so just excluding these for now. Only the TCK tests are
13
- # based on TestNG.
14
- - find ./ -name testng-native-results -prune -type d -exec rm -r {} \;
15
- - find ./ -name testng-junit-results -prune -type d -exec rm -r {} \;
16
-
17
- reports :
18
- StabilityTests :
19
- files :
20
- - ' **/*'
21
- base-directory : ' **/*/target/surefire-reports' # Location of the reports
10
+ - mvn clean install -P stability-tests -pl :stability-tests --am
You can’t perform that action at this time.
0 commit comments