Skip to content

chore(deps): Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 #3

chore(deps): Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1

chore(deps): Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 #3

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/[email protected]
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: 21
distribution: 'adopt'
cache: maven
- name: Build
run: mvn -B test-compile org.pitest:pitest-maven:mutationCoverage
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}