We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219e5e6 commit 18c996eCopy full SHA for 18c996e
2 files changed
.github/workflows/pitest-receive-pr.yml
@@ -34,9 +34,10 @@ jobs:
34
path: ~/.m2/repository
35
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
36
restore-keys: ${{ runner.os }}-maven-
37
- - name: Setup Java JDK
38
- uses: actions/setup-java@v1.4.3
+ - name: Setup Java
+ uses: actions/setup-java@v2
39
with:
40
+ distribution: 'zulu'
41
java-version: 11
42
- name: run pitest
43
# pitest has been bound to a profile called pitest for normal running
.github/workflows/pitest-updated-pr.yml
@@ -26,9 +26,10 @@ jobs:
26
steps:
27
- name: debug
28
uses: hmarr/debug-action@v2
29
30
31
32
33
- name: Download artifact
uses: dawidd6/action-download-artifact@v2
0 commit comments