Skip to content

Commit 1bc256e

Browse files
Leo Parkleoppark94
authored andcommitted
CI: Update Run tests
1 parent 9689dcc commit 1bc256e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
- pip3 install -r requirements.txt
2727
- sleep 30
2828
- curl -s http://es:9200
29-
- "python3 es_test_data.py -es_url=http://es:9200"
29+
- "python3 search_test.py -es_url=http://es:9200"
3030
when:
3131
event:
3232
- pull_request

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
curl -s http://localhost:9200
3939
4040
- name: Run tests
41-
run: python3 es_test_data.py --count=1000 --es_url=http://localhost:9200
41+
run: python3 search_test.py --count=2000 --search_db_url=http://localhost:9200
4242

0 commit comments

Comments
 (0)