t2
Some checks failed
简单测试 / test (push) Failing after 43s
简单测试 / container (push) Failing after 0s

This commit is contained in:
2025-07-12 16:52:49 +08:00
parent 2e117b3786
commit 8fb8f5e90c

View File

@ -5,6 +5,9 @@ on:
pull_request: pull_request:
jobs: jobs:
container:
# 容器相关的默认设置
network_mode: "内部网络" # <-- 查找类似的配置项
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest