Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 16, 2024
1 parent 195993d commit 9c9d7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- run: npm config set http-proxy http://localhost:8086
- run: npm config set https-proxy http://localhost:8086
- run: npm config set strict-ssl false
- run: npm install
- run: NODE_TLS_REJECT_UNAUTHORIZED=0 npm install
- run: cat /home/runner/work/passport-http-bearer/passport-http-bearer/stunnel.log
if: always()

0 comments on commit 9c9d7bf

Please sign in to comment.