experiment: testing

This commit is contained in:
Nicholas Dudfield
2025-08-12 12:54:02 +07:00
parent 04f9d4fbd1
commit 80fbf9e2d0

View File

@@ -83,6 +83,9 @@ jobs:
echo "=== Gitea container networks ==="
docker inspect gitea-conan-persistent -f '{{json .NetworkSettings.Networks}}' | python -m json.tool
# Check if DNS resolution works without adding to conan-net
docker run --rm alpine nslookup gitea-conan-persistent || echo "⚠️ DNS resolution failed without conan-net"
docker run --rm --network conan-net alpine sh -c "
# First verify connectivity works
apk add --no-cache curl >/dev/null 2>&1