1
0
mirror of synced 2025-12-30 12:02:01 -05:00

unbreak sync-search-pr.yml Action (#32573)

This commit is contained in:
Peter Bengtsson
2022-11-14 15:15:44 +01:00
committed by GitHub
parent 2f66514571
commit 1f72b9239f

View File

@@ -95,10 +95,9 @@ jobs:
run: |
mkdir /tmp/records
npm run sync-search-indices -- \
npm run sync-search-indices -- /tmp/records \
--language en \
--version dotcom \
/tmp/records
--version dotcom
ls -lh /tmp/records
@@ -108,10 +107,9 @@ jobs:
- name: Index into Elasticsearch
run: |
./script/search/index-elasticsearch.js \
./script/search/index-elasticsearch.js /tmp/records \
--language en \
--version dotcom \
/tmp/records
--version dotcom
- name: Check created indexes and aliases
run: |