Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tests #11

Merged
merged 13 commits into from
Jan 23, 2025
Prev Previous commit
Next Next commit
Fix CI to actually test something
HarelM committed Jan 23, 2025
commit 982b13776d536661affc8f49241ecb056383ec08
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
- name: End to End tests setup
run: |
docker compose up -d elasticsearch
docker compose build planet-search
docker compose up planet-search
- name: End to End tests
run: curl -s -X GET http://localhost:9200/_cat/health
run: curl -s -X GET http://localhost:9200/points/_search?pretty -H 'Content-Type: application/json'