Cleaned up CI workflows
This commit is contained in:
parent
db0e4d30f1
commit
c3a8018cc3
8 changed files with 68 additions and 60 deletions
|
@ -49,7 +49,7 @@ class ChatGptTest : LocalProperties() {
|
|||
|
||||
@Test
|
||||
fun testChatOnCoverage() {
|
||||
if (System.getenv("CI") == null || System.getenv("COVERAGE_SDK") != null) {
|
||||
if (System.getenv("CI") == null || System.getenv("COVERAGE_JDK") != null) {
|
||||
assertThat(
|
||||
ChatGpt.chat("how do I encode a URL in java?", getProperty(ChatGpt.API_KEY_PROP), 60)
|
||||
).contains("URLEncoder")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue