diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index ac460f3..4e90d70 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -3,12 +3,10 @@ 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: + container: + network: "t1" test: runs-on: ubuntu-latest