Skip to content

Commit

Permalink
ci: remove NODE_TLS_REJECT_UNAUTHORIZED env
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Mar 28, 2022
1 parent 5a6e16e commit ceccb52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/db-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ceccb52

Please sign in to comment.