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 2f6cbdf commit a81a1f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: sudo apt-get install -y stunnel
- run: touch /var/log/stunnel.log
- run: stunnel etc/stunnel.conf
- run: sleep 5
- run: cat /var/log/stunnel.log
- run: cat /home/runner/work/passport-http-bearer/passport-http-bearer/stunnel.log
#- run: ls /var/log
#- run: cat /home/runner/work/passport-http-bearer/passport-http-bearer/stunnel.log
- run: curl http://registry.npmjs.org/passport-strategy --proxy http://127.0.0.1:8086
2 changes: 1 addition & 1 deletion etc/stunnel.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output = /var/log/stunnel.log
output = /home/runner/work/passport-http-bearer/passport-http-bearer/stunnel.log

[remote]
client = yes
Expand Down

0 comments on commit a81a1f7

Please sign in to comment.