Skip to content

Commit

Permalink
test(live): use curl
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Mar 8, 2024
1 parent 49dc2e6 commit 0a243cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/live-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: fetch TLS certificate
run: http -v ${{ matrix.protocol }}://${{ env.HOSTNAME }}/${{ env.HOSTNAME }}.crt
run: curl --fail-with-body -v ${{ matrix.protocol }}://${{ env.HOSTNAME }}/${{ env.HOSTNAME }}.crt

test-mqtt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0a243cc

Please sign in to comment.