DAT-19350 configure test-harness to deploy master-snapshot to GPM #392
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Test | |
on: | |
workflow_dispatch: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
jobs: | |
build-test: | |
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main | |
secrets: inherit | |
with: | |
java: '[21]' | |
os: 'ubuntu-latest' |