Skip to content

Merge branch 'master' of http://github.com/STAMP-Project/pitest-desca… #51

Merge branch 'master' of http://github.com/STAMP-Project/pitest-desca…

Merge branch 'master' of http://github.com/STAMP-Project/pitest-desca… #51

Workflow file for this run

name: build-on-push
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 13
- name: Execute tests and compute coverage
run: mvn clean test