Skip to content

Commit

Permalink
GH workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rider committed Oct 30, 2024
1 parent 070f401 commit efe366b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-pr-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Check
secrets: inherit
with:
project-directory: ./dbeaver-jdbc-libsql
project-directory: ./dbeaver-jdbc-libsql/aggregate
project-deps: ./dbeaver-jdbc-libsql/project.deps
timeout-minutes: 2

Expand Down
17 changes: 17 additions & 0 deletions aggregate/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<modelVersion>4.0.0</modelVersion>
<groupId>com.dbeaver.build</groupId>
<artifactId>jdbc.libsql.aggregate</artifactId>
<packaging>pom</packaging>
<name>JDBC LibSQL Aggregate</name>
<version>1.0.0-SNAPSHOT</version>

<modules>
<!-- dbeaver common -->
<module>../../dbeaver-common</module>
</modules>
</project>

0 comments on commit efe366b

Please sign in to comment.