From 31d063c02faa05d2511fff344ec93b61993ff9af Mon Sep 17 00:00:00 2001 From: KaGaMi_PC Date: Sat, 12 Jul 2025 17:13:14 +0800 Subject: [PATCH] zxc --- .gitea/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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