Skip to content

Lpf 562 liquibase

Lpf 562 liquibase #299

Workflow file for this run

name: Feature build and test
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
jobs:
feature_branch:
runs-on: ubuntu-latest
steps:
- name: Checkout GitHub repository
uses: actions/checkout@v4
- name: Build and test
uses: './.github/build-and-test'
- name: Snyk Scan
uses: './.github/snyk-scan'
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN}}