From 24cd95dd373013c8d52fc5b59fca48ab466ba6aa Mon Sep 17 00:00:00 2001 From: Leo Park Date: Fri, 29 Nov 2024 11:37:11 +0000 Subject: [PATCH] CI: Update Run tests --- .drone.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3f279c0..3025207 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 19dafd8..ab3fc88 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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