This commit is contained in:
parent
4b3a387bef
commit
559a7fcec6
|
@ -21,6 +21,12 @@ jobs:
|
|||
- name: Debug env
|
||||
run: env
|
||||
|
||||
- name: Debug net
|
||||
run: ping example.com -c 5
|
||||
|
||||
- name: Debug local net
|
||||
run: ping localhost:10001 -c 5
|
||||
|
||||
- name: Debug git config (local)
|
||||
run: cd /workspace/julien.oculi/test-forgejo-runner && git config --local -l
|
||||
|
||||
|
|
Loading…
Reference in a new issue