debug: DNS issue while running tests on gitea
Some checks failed
CI/CD Awesome Pipeline / Test (push) Failing after 30s
CI/CD Awesome Pipeline / Build & Push to Registry (push) Has been skipped

This commit is contained in:
2025-12-21 09:37:47 +01:00
parent 48d4852671
commit a2ab6ce590

View File

@@ -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