unbreak sync-search-pr.yml Action (#32573)
This commit is contained in:
10
.github/workflows/sync-search-pr.yml
vendored
10
.github/workflows/sync-search-pr.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user