test new workflow

This commit is contained in:
Kars van Velzen 2024-10-21 14:22:06 +02:00
parent 560b767466
commit 7e83053089

View file

@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: debug
run: hostname -I && ping google.com -c 3
run: |
hostname -I
ping google.com -c 3
- name: Check connectivity
run: ping6 -c 4 ${{ secrets.SSH_HOST }} || echo "Ping failed"