From a2ab6ce590a332fd25f3e156c4e03d7286afa2b1 Mon Sep 17 00:00:00 2001 From: Francwa Date: Sun, 21 Dec 2025 09:37:47 +0100 Subject: [PATCH] debug: DNS issue while running tests on gitea --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2940a22..4be6b88 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,6 +17,10 @@ jobs: name: Test runs-on: ubuntu-latest steps: + - name: 🚑 Fix DNS for Gitea (Hairpin NAT Patch) + run: | + echo "192.168.178.47 gitea.iswearihadsomethingforthis.net" | sudo tee -a /etc/hosts + - name: Checkout code uses: actions/checkout@v4