ci: replace ping by curl
All checks were successful
Named workflow / test (push) Successful in 17s

This commit is contained in:
Julien Oculi 2024-01-22 11:36:00 +01:00
parent 559a7fcec6
commit db7d85a712

View file

@ -22,10 +22,10 @@ jobs:
run: env
- name: Debug net
run: ping example.com -c 5
run: curl example.com
- name: Debug local net
run: ping localhost:10001 -c 5
run: curl localhost:10001
- name: Debug git config (local)
run: cd /workspace/julien.oculi/test-forgejo-runner && git config --local -l