Skip to content

Commit 3a5d4ba

Browse files
committed
Use https
1 parent d1b7775 commit 3a5d4ba

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: git clone git@github.com:10up/ElasticPress.git elasticpress-plugin && cd elasticpress-plugin && npm run es:start
52+
run: git clone https://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)