Skip to content

Commit

Permalink
Merge pull request #149 from liquibase/DAT-16417
Browse files Browse the repository at this point in the history
chore(pom.xml): add newline at the end of the file for consistency an…
  • Loading branch information
jandroav authored Dec 12, 2023
2 parents 08279ea + d009de1 commit 83a002d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ jobs:
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.8
with:
nightly: true
os: '["ubuntu-latest"]'
extraCommand: mvn install:install-file -Dfile=lib/vertica-jdbc-7.1.0-0.jar -DgroupId=vertica-jdbc -DartifactId=com.vertica -Dversion=7.1.0 -Dpackaging=jar
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.8
secrets: inherit
with:
os: '["ubuntu-latest"]'
extraCommand: mvn install:install-file -Dfile=lib/vertica-jdbc-7.1.0-0.jar -DgroupId=vertica-jdbc -DartifactId=com.vertica -Dversion=7.1.0 -Dpackaging=jar

integration-tests:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit 83a002d

Please sign in to comment.