Skip to content

added possibility to trigger test-harness builds manually #334

added possibility to trigger test-harness builds manually

added possibility to trigger test-harness builds manually #334

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build-test:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
with:
os: '["ubuntu-latest"]'
java: "[11, 17, 21]"