Skip to content

Commit

Permalink
fix: change ES hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Apr 7, 2024
1 parent a83cde8 commit e5c8175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: poetry install
- name: Run tests
env:
ES_HOSTS: https://localhost:9200
ES_HOSTS: https://es1:9200
ES_PASSWORD: changeme
run: poetry run pytest

0 comments on commit e5c8175

Please sign in to comment.