Skip to content

Commit

Permalink
ci: use ipv6 stack only
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Dec 19, 2024
1 parent 7c12cc3 commit e7e0043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/live-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
- name: Set up WARP (for IPv6)
if: matrix.ipv == 'ipv6'
uses: fscarmen/[email protected]
with:
stack: ipv6

- name: fetch TLS certificate
run: curl --fail-with-body -v https://${{ env.HOSTNAME }}/${{ env.HOSTNAME }}.pem > ${{ github.workspace }}/${{ env.HOSTNAME }}.pem
Expand Down

0 comments on commit e7e0043

Please sign in to comment.