Skip to content

Nightly build

Nightly build #100

Workflow file for this run

# This workflow will build the extension against the latest Liquibase artifact
name: "Nightly build"
on:
workflow_dispatch:
schedule:
- cron: "0 7 * * 1-5"
jobs:
nightly-build:
uses: liquibase/build-logic/.github/workflows/[email protected]
with:
nightly: true
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar
os: '["ubuntu-latest"]'
java: "[11, 17, 21]"
secrets: inherit