Skip to content

Commit 576e68b

Browse files
Solr 8 upgrade test (#67)
1 parent 135ba20 commit 576e68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/browser-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
docker compose --env-file=.env exec -T app sh -c "composer recipes:install ibexa/compatibility-layer --force"
250250
docker compose --env-file=.env exec -T --user www-data app sh -c "composer run post-install-cmd"
251251
252-
- if: inputs.multirepository && contains(inputs.setup, 'solr.yml')
252+
- if: inputs.multirepository && contains(inputs.setup, 'solr8.yml')
253253
name: Set up multirepository build with Solr
254254
run: |
255255
cd ${HOME}/build/project
@@ -285,7 +285,7 @@ jobs:
285285
# Reinstall database using the new repository
286286
docker compose exec -T --user www-data app sh -c "php bin/console ibexa:install --no-interaction"
287287
288-
- if: inputs.multirepository && !contains(inputs.setup, 'elastic.yml') && !contains(inputs.setup, 'solr.yml')
288+
- if: inputs.multirepository && !contains(inputs.setup, 'elastic.yml') && !contains(inputs.setup, 'solr8.yml')
289289
name: Set up multirepository build with LSE
290290
run: |
291291
cd ${HOME}/build/project

0 commit comments

Comments
 (0)