fix debug step failing on curl errors, remove test workflow
Build and Push Docker Image / build (push) Successful in 13s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 17:40:28 -04:00
parent 114c50148a
commit 716bb623b7
2 changed files with 1 additions and 13 deletions
+1
View File
@@ -15,6 +15,7 @@ jobs:
- name: Debug - try direct connection bypassing proxy
run: |
set +e
echo "=== Via NPM (port 443) ==="
curl -sk -u "timothykim:${TOKEN}" https://git.timothykim.net/v2/ 2>&1
echo ""