diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 79a5cd5..ac460f3 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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