We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3daad45 commit 0706bdbCopy full SHA for 0706bdb
1 file changed
workspace/test_configurations.go
@@ -75,7 +75,7 @@ var TestConfigurations = map[string]TestConfiguration{
75
Command: "bal test",
76
},
77
"batch": {
78
- WindowsCommand: "call {{test_files}}",
+ WindowsCommand: "cmd /c {{test_files}}",
79
80
"bash": {
81
Command: "bats {{test_files}}",
0 commit comments