Added ci builds and commented out tests, that are using some external prometheus (?!?1??)
All checks were successful
Build with maven / build (push) Successful in 59s

This commit is contained in:
Andrey Gumirov
2025-01-20 23:53:15 +07:00
parent 9506462834
commit ac06b74108
5 changed files with 91 additions and 40 deletions

View File

@ -10,6 +10,24 @@
<name>promql_client</name>
<url>http://maven.apache.org</url>
<repositories>
<repository>
<id>gitea</id>
<url>https://gitea.gavt45.ru/api/packages/public/maven</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitea</id>
<url>https://gitea.gavt45.ru/api/packages/public/maven</url>
</repository>
<!-- <snapshotRepository>
<id>gitea</id>
<url>https://gitea.gavt45.ru/api/packages/public/maven</url>
</snapshotRepository> -->
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>