Skip to content

chore(deps): Bump org.pitest:pitest-maven from 1.16.3 to 1.17.4 #532

chore(deps): Bump org.pitest:pitest-maven from 1.16.3 to 1.17.4

chore(deps): Bump org.pitest:pitest-maven from 1.16.3 to 1.17.4 #532

Workflow file for this run

name: CI build
on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: 11
distribution: 'adopt'
check-latest: true
- name: Set up cache for ~./m2/repository
uses: actions/[email protected]
with:
path: ~/.m2/repository
key: pit-stryker-dashboard-reporter-${{ hashFiles('**/pom.xml') }}
restore-keys: |
pit-stryker-dashboard-reporter
- name: Build and test code
run: mvn -B verify --no-transfer-progress