We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b512b9 commit b53d970Copy full SHA for b53d970
1 file changed
.github/workflows/framework-tests-matrix.json
@@ -39,6 +39,10 @@
39
{
40
"PART_NAME": "examples-maps-part2",
41
"TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.MapsPart2Test\"",
42
+ },
43
+ {
44
+ "PART_NAME": "examples-java11-collections",
45
+ "TESTS_TO_RUN": "--tests \"org.utbot.examples.java11.collections.*\""
46
}
47
]
48
0 commit comments