ソースを参照

try to fix github actions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898332 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_1
PJ Fanning 2年前
コミット
776de5494b
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      .github/workflows/test-gradle.yml

+ 1
- 1
.github/workflows/test-gradle.yml ファイルの表示

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

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

読み込み中…
キャンセル
保存