Execute ChatGpt test only when GitHub is running coverage

This commit is contained in:
Erik C. Thauvin 2024-04-26 17:36:11 -07:00
parent 33a3e3c7ef
commit 4f9ff1b641
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 16 additions and 4 deletions

View file

@ -57,6 +57,12 @@
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.23</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>