From e265aaf73967b50abe9d70c8ff51e924e2fe1416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Wed, 3 Apr 2024 18:08:00 +0200 Subject: [PATCH] Update elasticsearch index in CI --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a57c8ff0..4005b345 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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