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 0cd31c6 commit 5f8c36bCopy full SHA for 5f8c36b
.github/workflows/ci.yaml
@@ -44,7 +44,6 @@ jobs:
44
${{ runner.os }}-maven-
45
- name: Java early access workaround
46
if: ${{ endsWith(matrix.java, '-ea') }}
47
- env:
48
- JACOCO_SKIP="-Djacoco.skip=true"
+ run: echo 'JACOCO_SKIP="-Djacoco.skip=true"' >> $GITHUB_ENV
49
- name: Test with Maven
50
run: ./mvnw test -B -D"license.skip=true" $JACOCO_SKIP
0 commit comments