更新 .gitea/workflows/test.yaml
Some checks failed
Test Runner / test-check (push) Failing after 37s

This commit is contained in:
2026-01-03 15:39:09 +00:00
parent e77c725102
commit b17f81aa0a

View File

@@ -10,6 +10,10 @@ jobs:
# 強制讓這個 Job 加入 gitea 的網路 (請替換成你的真實網路名)
options: --network gitea_gitea-net
# 手動設定環境變數
env:
DOCKER_HOST: tcp://gitea_dind:2375
steps:
- name: Say Hello
run: echo "Testing connection..."