Skip to content

chore(deps): bump flywayVersion from 11.3.0 to 11.3.2 #12

chore(deps): bump flywayVersion from 11.3.0 to 11.3.2

chore(deps): bump flywayVersion from 11.3.0 to 11.3.2 #12

Workflow file for this run

name: build pull request
on:
pull_request:
types:
- opened
- reopened
- edited
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Run tests
run: |
./gradlew test
- name: Run clean build
run: |
./gradlew clean build