test new workflow
This commit is contained in:
parent
32ac268791
commit
43a225775a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -16,6 +16,9 @@ jobs:
|
|||
- name: Check Google Connectivity
|
||||
run: curl -I https://www.google.com || echo "Request failed"
|
||||
|
||||
- name: Show network interfaces
|
||||
run: ip a
|
||||
|
||||
- name: Check connectivity
|
||||
run: wget https://www.octubre.be || echo "octubre failed"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue