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