try to fix github actions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-02-23 01:03:39 +00:00
parent 94ae7d68d0
commit 776de5494b
1 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew check -PjdkVersion=11
run: ./gradlew test -PjdkVersion=11