Skip to content

Removed flyway.

Removed flyway. #62

Workflow file for this run

name: Tests
on:
push:
branches: [ development, main ]
pull_request:
branches: [ development ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: 21
distribution: 'temurin'
- run: mvn verify