From c0332faca3c63b78ffb8dda3d9cd3495549f1f9b Mon Sep 17 00:00:00 2001 From: jandroav Date: Tue, 12 Dec 2023 11:14:17 +0100 Subject: [PATCH 1/2] chore(pom.xml): add newline at the end of the file for consistency and to adhere to best practices --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a455cee..e1a0867 100644 --- a/pom.xml +++ b/pom.xml @@ -267,4 +267,4 @@ - \ No newline at end of file + From 2128c90506ff170dbe567cb8283a9c11da47025f Mon Sep 17 00:00:00 2001 From: jandroav Date: Tue, 12 Dec 2023 11:22:51 +0100 Subject: [PATCH 2/2] chore(build-nightly.yml): add support for running on Ubuntu latest OS in the nightly build workflow chore(test.yml): add support for running on Ubuntu latest OS in the test workflow --- .github/workflows/build-nightly.yml | 1 + .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index d2bb48e..ece28fb 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e62b33f..2f6eb23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: