From 8fa91ef8a383eeda035d9fe55c2c43beb0921fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20=C5=A0panja?= Date: Fri, 19 Feb 2021 16:19:14 +0100 Subject: [PATCH] NGSTACK-361: dump Solr log --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1b750a5..e153a5b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -93,6 +93,8 @@ jobs: - run: composer update --prefer-dist - run: SOLR_VERSION=${{ matrix.solr_version }} SOLR_CORES=${{ matrix.solr_cores }} ./bin/.travis/init_solr.sh if: matrix.solr_version + - run: cat /home/runner/work/ezplatform-search-extra/ezplatform-search-extra/__solr/6.6.6/server/logs/solr-8983-console.log + if: ${{ always() }} - run: | sed -i.bak s/EzSystems\\\\EzPlatformSolrSearchEngine\\\\Tests\\\\SetupFactory\\\\LegacySetupFactory/Netgen\\\\EzPlatformSearchExtra\\\\Tests\\\\Integration\\\\SetupFactory\\\\Solr/g ${{ matrix.config }} sed -i.bak "s/eZ\/Publish\/API\/Repository\/Tests\/SearchServiceTest.php/..\/..\/..\/tests\/lib\/Kernel\/SearchServiceTest.php/g" ${{ matrix.config }}