Skip to content

Commit 5f8c36b

Browse files
committed
Trying to run CI build with Java 17-ea
1 parent 0cd31c6 commit 5f8c36b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
${{ runner.os }}-maven-
4545
- name: Java early access workaround
4646
if: ${{ endsWith(matrix.java, '-ea') }}
47-
env:
48-
JACOCO_SKIP="-Djacoco.skip=true"
47+
run: echo 'JACOCO_SKIP="-Djacoco.skip=true"' >> $GITHUB_ENV
4948
- name: Test with Maven
5049
run: ./mvnw test -B -D"license.skip=true" $JACOCO_SKIP

0 commit comments

Comments
 (0)