Skip to content

Commit

Permalink
Updated test_configurations.go for new batch track (#1157)
Browse files Browse the repository at this point in the history
* Update test_configurations.go

* Update test_configurations.go

---------

Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
  • Loading branch information
GroophyLifefor and ErikSchierboom authored Aug 21, 2024
1 parent e3f9fec commit f47c9b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workspace/test_configurations.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ var TestConfigurations = map[string]TestConfiguration{
"ballerina": {
Command: "bal test",
},
"batch": {
WindowsCommand: "call {{test_files}}",
},
"bash": {
Command: "bats {{test_files}}",
},
Expand Down

0 comments on commit f47c9b4

Please sign in to comment.