Cleaned up CI workflows

This commit is contained in:
Erik C. Thauvin 2024-07-12 21:58:34 -07:00
parent db0e4d30f1
commit c3a8018cc3
Signed by: erik
GPG key ID: 776702A6A2DA330E
8 changed files with 68 additions and 60 deletions

View file

@ -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")