Skip to content

Update dependency org.flywaydb:flyway-core to v10.20.0 #507

Update dependency org.flywaydb:flyway-core to v10.20.0

Update dependency org.flywaydb:flyway-core to v10.20.0 #507

name: Mutation testing
on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize, reopened]
jobs:
mutationtesting:
runs-on: [ 'ubuntu-latest' ]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
show-progress: false
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 21
distribution: semeru
cache: 'maven'
- name: Run Pitest
shell: bash
run: >
./mvnw
--show-version
--errors
--batch-mode
--no-transfer-progress
-Dspotless.skip=true
test-compile org.pitest:pitest-maven:mutationCoverage