mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-07-09 04:17:48 +02:00
Change some names for the test stack.
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
name: explorer-proxy-test
|
||||
name: explorer-proxy-test-stack
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:v2.0
|
||||
|
||||
Reference in New Issue
Block a user