fix debug step failing on curl errors, remove test workflow
Build and Push Docker Image / build (push) Successful in 13s
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:
@@ -15,6 +15,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Debug - try direct connection bypassing proxy
|
- name: Debug - try direct connection bypassing proxy
|
||||||
run: |
|
run: |
|
||||||
|
set +e
|
||||||
echo "=== Via NPM (port 443) ==="
|
echo "=== Via NPM (port 443) ==="
|
||||||
curl -sk -u "timothykim:${TOKEN}" https://git.timothykim.net/v2/ 2>&1
|
curl -sk -u "timothykim:${TOKEN}" https://git.timothykim.net/v2/ 2>&1
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
name: Test Runner
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Hello
|
|
||||||
run: echo "Runner is working!"
|
|
||||||
Reference in New Issue
Block a user