Skip to content

Commit

Permalink
IP Test
Browse files Browse the repository at this point in the history
  • Loading branch information
swissbuechi committed Dec 24, 2022
1 parent e2c913d commit 09f6f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
ca: ${{ secrets.VPN_CA_CRT }}
# cert: ${{ secrets.VPN_CERT_CRT }}
# cert-key: ${{ secrets.VPN_CERT_KEY }}
test-ping-ip-host: ${{ env.VPN_DNS_SERVER }}
test-dns-host: google.ch
test-ping-ip-host: 192.168.1.2
# test-dns-host: google.ch

- name: Test Ping
run: ping ${{ env.VPN_DNS_SERVER }} -c5
Expand Down

0 comments on commit 09f6f19

Please sign in to comment.