There was an error while loading. Please reload this page.
1 parent e3f9fec commit f47c9b4Copy full SHA for f47c9b4
1 file changed
workspace/test_configurations.go
@@ -74,6 +74,9 @@ var TestConfigurations = map[string]TestConfiguration{
74
"ballerina": {
75
Command: "bal test",
76
},
77
+ "batch": {
78
+ WindowsCommand: "call {{test_files}}",
79
+ },
80
"bash": {
81
Command: "bats {{test_files}}",
82
0 commit comments