Commit 44c95db 1 parent a501432 commit 44c95db Copy full SHA for 44c95db
File tree 4 files changed +22
-18
lines changed
src/testdata/java/.tcr/toolchain
4 files changed +22
-18
lines changed Original file line number Diff line number Diff line change 16
16
arch : [ "386", amd64, arm64 ]
17
17
command : .\gradlew.bat
18
18
arguments : [ test ]
19
+ test-result-dir : build/test-results/test
Original file line number Diff line number Diff line change 8
8
arch : [ "386", amd64, arm64 ]
9
9
command : gradle
10
10
arguments : [ test ]
11
+ test-result-dir : build/test-results/test
Original file line number Diff line number Diff line change 1
1
build :
2
- - os : [darwin, linux]
3
- arch : ["386", amd64, arm64]
2
+ - os : [ darwin, linux ]
3
+ arch : [ "386", amd64, arm64 ]
4
4
command : ./mvnw
5
- arguments : [test-compile]
6
- - os : [windows]
7
- arch : ["386", amd64, arm64]
5
+ arguments : [ test-compile ]
6
+ - os : [ windows ]
7
+ arch : [ "386", amd64, arm64 ]
8
8
command : .\mvnw.cmd
9
- arguments : [test-compile]
9
+ arguments : [ test-compile ]
10
10
test :
11
- - os : [darwin, linux]
12
- arch : ["386", amd64, arm64]
11
+ - os : [ darwin, linux ]
12
+ arch : [ "386", amd64, arm64 ]
13
13
command : ./mvnw
14
- arguments : [test]
15
- - os : [windows]
16
- arch : ["386", amd64, arm64]
14
+ arguments : [ test ]
15
+ - os : [ windows ]
16
+ arch : [ "386", amd64, arm64 ]
17
17
command : .\mvnw.cmd
18
- arguments : [test]
18
+ arguments : [ test ]
19
+ test-result-dir : target/surefire-reports
Original file line number Diff line number Diff line change 1
1
build :
2
- - os : [darwin, linux, windows]
3
- arch : ["386", amd64, arm64]
2
+ - os : [ darwin, linux, windows ]
3
+ arch : [ "386", amd64, arm64 ]
4
4
command : mvn
5
- arguments : [test-compile]
5
+ arguments : [ test-compile ]
6
6
test :
7
- - os : [darwin, linux, windows]
8
- arch : ["386", amd64, arm64]
7
+ - os : [ darwin, linux, windows ]
8
+ arch : [ "386", amd64, arm64 ]
9
9
command : mvn
10
- arguments : [test]
10
+ arguments : [ test ]
11
+ test-result-dir : target/surefire-reports
You can’t perform that action at this time.
0 commit comments