From 5a915300f2b092c9f1d933e764906dc431499559 Mon Sep 17 00:00:00 2001 From: nick Date: Wed, 7 Feb 2024 20:14:52 +0900 Subject: [PATCH] fix: update github action --- .github/workflows/cli.test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli.test.yaml b/.github/workflows/cli.test.yaml index e81dc2310..625b8a23a 100644 --- a/.github/workflows/cli.test.yaml +++ b/.github/workflows/cli.test.yaml @@ -86,7 +86,7 @@ jobs: cd ./go-api go run main.go & env: - DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/orakl?schema=public" + DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/orakl-test?schema=public" ENCRYPT_PASSWORD: "abc123" APP_PORT: "3000" REDIS_HOST: "localhost"