zxc
Some checks failed
简单测试 / test (push) Failing after 33s

This commit is contained in:
2025-07-12 17:13:14 +08:00
parent b9962362b4
commit 31d063c02f

View File

@ -3,7 +3,11 @@ name: 简单测试
on:
push:
pull_request:
container:
# Specifies the network to which the container will connect.
# Could be host, bridge or the name of a custom network.
# If it's empty, act_runner will create a network automatically.
network: "t1"
jobs:
test:
runs-on: ubuntu-latest