Skip to content

Commit d1b7775

Browse files
committed
Clone the repo to get all files
1 parent e051184 commit d1b7775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: composer install
5050

5151
- name: Spin up Elasticsearch
52-
run: cd vendor/elasticpress && npm ci --include=dev && npm run es:start
52+
run: git clone git@github.com:10up/ElasticPress.git elasticpress-plugin && cd elasticpress-plugin && npm run es:start
5353

5454
- name: Check ES response
5555
run: curl --connect-timeout 5 --max-time 10 --retry 5 --retry-max-time 40 --retry-all-errors http://127.0.0.1:8890

0 commit comments

Comments
 (0)