From f17cf214b8890a889ba61a889af98481a1f29d68 Mon Sep 17 00:00:00 2001 From: taako-502 Date: Mon, 4 Mar 2024 14:05:03 +0200 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=94=E3=83=B3=E3=82=B0?= =?UTF-8?q?=E3=83=9F=E3=82=B9=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.go b/test/test.go index d2d82af..8b50943 100644 --- a/test/test.go +++ b/test/test.go @@ -20,7 +20,7 @@ type cIDatabaseConfig struct { } func NewCIDatabaseConfig(ctx context.Context) (*cIDatabaseConfig, error) { - if os.Getenv("EVN") != "ci" { + if os.Getenv("ENV") != "ci" { // 実行中のファイルのディレクトリを取得 _, b, _, _ := runtime.Caller(0) basepath := filepath.Dir(b)