From 891abf29524ea195cb175be4456c49e318f53765 Mon Sep 17 00:00:00 2001 From: Hemang Date: Thu, 13 Feb 2025 15:46:09 +0100 Subject: [PATCH] Change some names for the test stack. --- run.sh | 4 ++-- tests/docker-compose.test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/run.sh b/run.sh index 7b7a251..ed995ee 100755 --- a/run.sh +++ b/run.sh @@ -62,14 +62,14 @@ tests() { # Make call to signup endpoint curl -k -X POST http://127.0.0.1/api/v1/user/signup - docker build -t 'explorer-proxy-test' -f ./tests/Dockerfile.test ./tests + docker build -t 'explorer-proxy-tests' -f ./tests/Dockerfile.test ./tests docker run \ --mount type=bind,source=./tests,target=/tests \ --network invariant-proxy-web-test \ -e OPENAI_API_KEY="$OPENAI_API_KEY" \ --env-file ./tests/.env.test \ - explorer-proxy-test $@ + explorer-proxy-tests $@ } # ----------------------------- diff --git a/tests/docker-compose.test.yml b/tests/docker-compose.test.yml index 43d6e4d..f39ef8b 100644 --- a/tests/docker-compose.test.yml +++ b/tests/docker-compose.test.yml @@ -1,4 +1,4 @@ -name: explorer-proxy-test +name: explorer-proxy-test-stack services: traefik: image: traefik:v2.0