Skip to content

Commit

Permalink
Add support for j in test_configurations.go
Browse files Browse the repository at this point in the history
  • Loading branch information
eNascimento178 authored Apr 29, 2024
1 parent e6aeb01 commit 70aad1a
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 @@ -139,6 +139,9 @@ var TestConfigurations = map[string]TestConfiguration{
"haskell": {
Command: "stack test",
},
"j": {
Command: "jconsole -js \"exit echo unittest {{test_files}} [ load {{solution_files}}\""

Check failure on line 143 in workspace/test_configurations.go

View workflow job for this annotation

GitHub Actions / Go 1.20.x - ubuntu-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 143 in workspace/test_configurations.go

View workflow job for this annotation

GitHub Actions / Go 1.20.x - windows-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 143 in workspace/test_configurations.go

View workflow job for this annotation

GitHub Actions / Go 1.20.x - macOS-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 143 in workspace/test_configurations.go

View workflow job for this annotation

GitHub Actions / Go 1.21.x - ubuntu-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 143 in workspace/test_configurations.go

View workflow job for this annotation

GitHub Actions / Go 1.21.x - windows-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 143 in workspace/test_configurations.go

View workflow job for this annotation

GitHub Actions / Go 1.21.x - macOS-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }
},
"java": {
Command: "gradle test",
},
Expand Down

0 comments on commit 70aad1a

Please sign in to comment.