Added ci builds and commented out tests, that are using some external prometheus (?!?1??)
Some checks failed
Build with maven / build (push) Failing after 1m1s

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

View File

@ -4,12 +4,30 @@
<groupId>com.bdwise.prometheus.client</groupId>
<artifactId>promql_client</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>
<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>