Browse Source

revert last github actions change

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898333 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_1
PJ Fanning 2 years ago
parent
commit
20d63696ed
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/test-gradle.yml

+ 1
- 1
.github/workflows/test-gradle.yml View File

@@ -41,4 +41,4 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew test -PjdkVersion=11
run: ./gradlew check -PjdkVersion=11

Loading…
Cancel
Save