We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b7775 commit 3a5d4baCopy full SHA for 3a5d4ba
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
run: composer install
50
51
- name: Spin up Elasticsearch
52
- run: git clone git@github.com:10up/ElasticPress.git elasticpress-plugin && cd elasticpress-plugin && npm run es:start
+ run: git clone https://github.com/10up/ElasticPress.git elasticpress-plugin && cd elasticpress-plugin && npm run es:start
53
54
- name: Check ES response
55
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