Skip to content

Commit

Permalink
CI: Update Run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Park committed Nov 29, 2024
1 parent 7a2b24e commit 24cd95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
- pip3 install -r requirements.txt
- sleep 30
- curl -s http://es:9200
- "python3 es_test_data.py -es_url=http://es:9200"
- "python3 search_test.py -es_url=http://es:9200"
when:
event:
- pull_request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
curl -s http://localhost:9200
- name: Run tests
run: python3 es_test_data.py --count=1000 --es_url=http://localhost:9200
run: python3 search_test.py --count=1000 --search_db_url=http://localhost:9200

0 comments on commit 24cd95d

Please sign in to comment.