You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2021/01/08 19:31:17 UTC

[lucene-solr] branch github-gradle-settings updated: Update docker-test.yml

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch github-gradle-settings
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/github-gradle-settings by this push:
     new dda4be3  Update docker-test.yml
dda4be3 is described below

commit dda4be3246b35625055875209c2fee79b8a929c7
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Jan 8 14:31:05 2021 -0500

    Update docker-test.yml
---
 .github/workflows/docker-test.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/docker-test.yml b/.github/workflows/docker-test.yml
index 76fa714..d331df9 100644
--- a/.github/workflows/docker-test.yml
+++ b/.github/workflows/docker-test.yml
@@ -38,6 +38,8 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-gradle-docker-
           ${{ runner.os }}-gradle-
+    - name: Initialize gradle settings
+      run: ./gradlew localSettings
     - name: Build Docker image with Gradle
       run: ./gradlew solr:docker:docker
     - name: Run tests on Docker image