mirror of https://github.com/apache/lucene.git
LUCENE-9793: add task length reporting for github PRs.
This commit is contained in:
parent
dade99cb4d
commit
ef3a23b3d0
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Initialize gradle settings
|
||||
run: ./gradlew localSettings
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew check -x test
|
||||
- name: Run gradle check (without tests)
|
||||
run: ./gradlew check -x test -Ptask.times=true
|
||||
|
||||
- uses: gradle/wrapper-validation-action@v1
|
||||
|
|
Loading…
Reference in New Issue