From ceccb5215448fd5e95015dee869bf7b4c08559db Mon Sep 17 00:00:00 2001 From: Nogic <24802730+nogic1008@users.noreply.github.com> Date: Mon, 28 Mar 2022 11:06:05 +0900 Subject: [PATCH] ci: remove `NODE_TLS_REJECT_UNAUTHORIZED` env --- .github/workflows/db-integration.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/db-integration.yml b/.github/workflows/db-integration.yml index 91bd888db..3f64cfcd6 100644 --- a/.github/workflows/db-integration.yml +++ b/.github/workflows/db-integration.yml @@ -59,7 +59,6 @@ jobs: run: yarn install --frozen-lockfile - name: Test (only *.db.test.ts) - run: yarn test ".+\.db\.test\.ts" --passWithNoTests + run: yarn test ".+\.db\.test\.ts" --passWithNoTests --colors env: COSMOS_DB_CONN: AccountEndpoint=https://localhost:8081/;AccountKey=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw== - NODE_TLS_REJECT_UNAUTHORIZED: 0