test new workflow

This commit is contained in:
Kars van Velzen 2024-10-21 14:23:20 +02:00
parent 7e83053089
commit 9e4ccedf94

View file

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