Skip to content

Commit

Permalink
Merge pull request #82 from sensiblecodeio/fix-run-check
Browse files Browse the repository at this point in the history
Fix the quick check of the binary in CI
  • Loading branch information
StevenMaude committed May 20, 2024
2 parents 8cb7cae + 869d3d1 commit 4dcae6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Run and test redirect
run: |
./tiny-ssl-reverse-proxy -key key.pem -cert crt.pem &
curl -v https://localhost:443 2>&1 | grep "self signed certificate"
curl --cacert crt.pem https://localhost:443 | grep "Backend Unavailable"

0 comments on commit 4dcae6d

Please sign in to comment.