Skip to content

Commit

Permalink
Update elasticsearch index in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Apr 3, 2024
1 parent a693065 commit e265aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
echo $ELASTICSEARCH_URL
curl -fsSL "$ELASTICSEARCH_URL/_cat/health?h=status"
curl -X PUT $ELASTICSEARCH_URL/joss-production
curl -X PUT $ELASTICSEARCH_URL/jcon-production
- name: Run tests
env:
ELASTICSEARCH_URL: http://localhost:9200
Expand Down

0 comments on commit e265aaf

Please sign in to comment.