Skip to content

Commit

Permalink
NGSTACK-361: dump Solr log
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Feb 19, 2021
1 parent 97ceae8 commit 8fa91ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8fa91ef

Please sign in to comment.