From 5d0f81fde9a883c2404c584e9b7e42b556ee84f1 Mon Sep 17 00:00:00 2001 From: Yu Steven <78414278+yu-steven@users.noreply.github.com> Date: Tue, 5 Jul 2022 08:39:18 +0800 Subject: [PATCH] Update Nodes.yaml --- .github/workflows/Nodes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Nodes.yaml b/.github/workflows/Nodes.yaml index 19c5a82df..f5711d265 100644 --- a/.github/workflows/Nodes.yaml +++ b/.github/workflows/Nodes.yaml @@ -39,8 +39,8 @@ jobs: run: | #安装pip包 pip install -r ./utils/pool/requirements.txt pip install -r ./utils/clashcheck/requirements.txt - # - name: pool #input ./utils/pool/config.yaml - # run: cd ./utils/pool/ && timeout -k 30s 18m python main.py || true #output ./utils/pool/output.yaml + - name: pool #input ./utils/pool/config.yaml + run: cd ./utils/pool/ && timeout -k 30s 18m python main.py || true #output ./utils/pool/output.yaml - name: copy pool to clashcheck #input ./utils/pool/output.yaml run: cp ./utils/pool/output.yaml ./utils/clashcheck/input.yaml #output ./utils/clashcheck/input.yaml - name: clashcheck #because ./utils/pool/config.yaml so input ./utils/clashcheck/input.yaml