Skip to content

Commit

Permalink
NGSTACK-805: fix referencing core test config
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Nov 7, 2023
1 parent 022d96e commit 17a36bc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,21 @@ jobs:
- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
config: 'phpunit-core-integration-legacy-solr.xml'
solr_version: '7.7.3'
core_setup: 'dedicated'
regression: 'regression'
- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
config: 'phpunit-core-integration-legacy-solr.xml'
solr_version: '7.7.3'
core_setup: 'shared'
regression: 'regression'
- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
config: 'phpunit-core-integration-legacy-solr.xml'
solr_version: '7.7.3'
solr_cloud: 'yes'
core_setup: 'cloud'
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
config: 'phpunit-core-integration-legacy-solr.xml'
solr_version: '8.11.2'
solr_config: 'vendor/ibexa/solr/src/lib/Resources/config/solr/schema.xml vendor/ibexa/solr/src/lib/Resources/config/solr/language-fieldtypes.xml tests/lib/Resources/config/search/solr/8.11/solrconfig.xml tests/lib/Resources/config/search/solr/custom-fields-types.xml'
solr_cores: 'collection1'
Expand All @@ -127,23 +127,23 @@ jobs:
- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
config: 'phpunit-core-integration-legacy-solr.xml'
solr_version: '8.11.2'
solr_config: 'vendor/ibexa/solr/src/lib/Resources/config/solr/schema.xml vendor/ibexa/solr/src/lib/Resources/config/solr/language-fieldtypes.xml tests/lib/Resources/config/search/solr/8.11/solrconfig.xml tests/lib/Resources/config/search/solr/custom-fields-types.xml'
core_setup: 'dedicated'
regression: 'regression'
- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
config: 'phpunit-core-integration-legacy-solr.xml'
solr_version: '8.11.2'
solr_config: 'vendor/ibexa/solr/src/lib/Resources/config/solr/schema.xml vendor/ibexa/solr/src/lib/Resources/config/solr/language-fieldtypes.xml tests/lib/Resources/config/search/solr/8.11/solrconfig.xml tests/lib/Resources/config/search/solr/custom-fields-types.xml'
core_setup: 'shared'
regression: 'regression'
- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
config: 'phpunit-core-integration-legacy-solr.xml'
solr_version: '8.11.2'
solr_config: 'vendor/ibexa/solr/src/lib/Resources/config/solr/schema.xml vendor/ibexa/solr/src/lib/Resources/config/solr/language-fieldtypes.xml tests/lib/Resources/config/search/solr/8.11/solrconfig.xml tests/lib/Resources/config/search/solr/custom-fields-types.xml'
solr_cloud: 'yes'
Expand Down

0 comments on commit 17a36bc

Please sign in to comment.