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

This commit is contained in:
2025-07-12 17:16:04 +08:00
parent 31d063c02f
commit b53bf6366b

View File

@ -3,12 +3,10 @@ name: 简单测试
on: on:
push: push:
pull_request: 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: jobs:
container:
network: "t1"
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest