test new workflow

This commit is contained in:
Kars van Velzen 2024-10-21 14:23:39 +02:00
parent 9e4ccedf94
commit 614c8f805a

View file

@ -13,6 +13,8 @@ jobs:
# run: |
# hostname -I
# ping google.com -c 3
- name: Check Google Connectivity
run: curl -I https://www.google.com || echo "Request failed"
- name: Check connectivity
run: ping6 -c 4 ${{ secrets.SSH_HOST }} || echo "Ping failed"