Skip to content

Commit f47c9b4

Browse files
Updated test_configurations.go for new batch track (#1157)
* Update test_configurations.go * Update test_configurations.go --------- Co-authored-by: Erik Schierboom <[email protected]>
1 parent e3f9fec commit f47c9b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workspace/test_configurations.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ var TestConfigurations = map[string]TestConfiguration{
7474
"ballerina": {
7575
Command: "bal test",
7676
},
77+
"batch": {
78+
WindowsCommand: "call {{test_files}}",
79+
},
7780
"bash": {
7881
Command: "bats {{test_files}}",
7982
},

0 commit comments

Comments
 (0)