Skip to content

Commit

Permalink
fix: Update VPN connection test to use private IP
Browse files Browse the repository at this point in the history
  • Loading branch information
Armadillidiid committed Mar 13, 2024
1 parent d93d259 commit 50a3218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ovpn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:

- name: Test VPN connection
timeout-minutes: 1
run: until ping -c1 ${{ secrets.SERVER_IP_ADDRESS }}; do sleep 2; done
run: until ping -c1 ${{ secrets.SERVER_PRIVATE_IP }}; do sleep 2; done

0 comments on commit 50a3218

Please sign in to comment.