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 eb2fd6e commit 651241fCopy full SHA for 651241f
.drone.yml
@@ -26,7 +26,7 @@ steps:
26
- pip3 install -r requirements.txt
27
- sleep 30
28
- curl -s http://es:9200
29
- - "python3 es_test_data.py -es_url=http://es:9200"
+ - "python3 search_test.py -es_url=http://es:9200"
30
when:
31
event:
32
- pull_request
.github/workflows/tests.yml
@@ -38,5 +38,5 @@ jobs:
38
curl -s http://localhost:9200
39
40
- name: Run tests
41
- run: python3 es_test_data.py --count=1000 --es_url=http://localhost:9200
+ run: python3 search_test.py --count=2000 --search_db_url=http://localhost:9200
42
0 commit comments