Skip to content

Update flyway to v10.4.1 #443

Update flyway to v10.4.1

Update flyway to v10.4.1 #443

Workflow file for this run

name: UnitTest
on:
push:
branches:
- main
- production
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Test
uses: ./.github/actions/test