From caa35b366bb766b74b00a975f0eca786ca078353 Mon Sep 17 00:00:00 2001 From: Levent Demir Date: Fri, 6 Oct 2023 09:27:09 +0200 Subject: [PATCH] ci: update env variable name --- scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index a17e2dc3..bf90eeaa 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -1,4 +1,4 @@ #!/bin/bash cp .env.example .env -LOCAL_IMAGE_NAME=evmosnodelocal0 npm run test:inband +TEST_CONTAINER_NAME=evmosnodelocal0 npm run test:inband