debug: DNS issue while running tests on gitea
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user