We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd1333 commit 4310d32Copy full SHA for 4310d32
1 file changed
.github/workflows/ci.yml
@@ -40,9 +40,8 @@ env:
40
# https://github.com/WebFuzzing/EvoMaster/issues/447
41
release-jdk: 21
42
build-jdk: 17
43
-# latest-jdk: 21
44
retention-days: 5
45
- debug: false # put to true if need to debug a specific test
+ debug: true # put to true if need to debug a specific test
46
debugTestName: "com.foo.base.BaseIT" # replace with test to debug
47
48
# This build is quite expensive (some hours), so we run it whole only on some JVM versions and OSs.
0 commit comments