ci: debug curl in http and https
Some checks failed
Named workflow / test (push) Failing after 7s

This commit is contained in:
julien.oculi 2024-05-06 19:42:19 +02:00
parent aad52b0050
commit 347456f004

View file

@ -9,6 +9,12 @@ jobs:
runs-on: docker
steps:
- name: Debug local net
run: curl -fsSL -vvv localhost:10001 1> /dev/null
- name: Debug local net secure
run: curl -fsSL -vvv https://git.cohabit.fr 1> /dev/null
- name: 'FIX: fetch actions/checkout@v4'
run: curl -vL --create-dirs -o /var/run/act/actions/actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js