more manual debugging

This commit is contained in:
Krivopolenov, Artemiy
2026-01-18 19:33:43 +01:00
parent 03bcf313ca
commit d2059c39f5

View File

@@ -47,6 +47,9 @@ jobs:
echo "=== Trying to curl gitea by IP ===" echo "=== Trying to curl gitea by IP ==="
curl -v http://172.18.0.6:3000 || true curl -v http://172.18.0.6:3000 || true
- name: Add gitea to /etc/hosts
run: echo "172.18.0.6 gitea" | sudo tee -a /etc/hosts
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4