Execute ChatGpt test only when GitHub is running coverage
This commit is contained in:
parent
33a3e3c7ef
commit
4f9ff1b641
3 changed files with 16 additions and 4 deletions
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue