test new workflow
This commit is contained in:
parent
560b767466
commit
7e83053089
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue