1
0
mirror of synced 2026-01-05 12:07:35 -05:00

Test JSON API without enabling dedicated search results page (#30542)

This commit is contained in:
Peter Bengtsson
2022-09-06 19:05:22 +02:00
committed by GitHub
parent 9e302ad76a
commit 90b754fe3c
6 changed files with 21 additions and 8 deletions

View File

@@ -23,6 +23,9 @@ env:
# Setting this will activate the jest tests that depend on actually
# sending real search queries to Elasticsearch
ELASTICSEARCH_URL: http://localhost:9200/
# Hopefully the name is clear enough. By enabling this, we're testing
# the future code.
ENABLE_SEARCH_RESULTS_PAGE: true
jobs:
test: