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"