Skip to content

Commit

Permalink
ci: set NODE_TLS_REJECT_UNAUTHORIZED
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Dec 5, 2023
1 parent cd120c7 commit 0f56337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2eForRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
run: yarn ts-node scripts/waitForProperty.ts
env:
URL: 'https://${{needs.get-subdomain.outputs.SUBDOMAIN}}.${{secrets.FPJS_CI_DOMAIN}}/${{secrets.INTEGRATION_PATH}}/status'
NODE_TLS_REJECT_UNAUTHORIZED: '0'

test-e2e:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 0f56337

Please sign in to comment.