Skip to content

Commit

Permalink
chore(build-nightly.yml): add support for running on Ubuntu latest OS…
Browse files Browse the repository at this point in the history
… in the nightly build workflow

chore(test.yml): add support for running on Ubuntu latest OS in the test workflow
  • Loading branch information
jandroav committed Dec 12, 2023
1 parent c0332fa commit 2128c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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/[email protected]
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/[email protected]
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

0 comments on commit 2128c90

Please sign in to comment.