Change some names for the test stack.

This commit is contained in:
Hemang
2025-02-13 15:46:09 +01:00
parent 1a7cebbb52
commit 891abf2952
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 $@
}
# -----------------------------
+1 -1
View File
@@ -1,4 +1,4 @@
name: explorer-proxy-test
name: explorer-proxy-test-stack
services:
traefik:
image: traefik:v2.0