Update Nodes.yaml

This commit is contained in:
Yu Steven
2022-07-05 08:24:11 +08:00
committed by GitHub
parent db7c568704
commit 748168d481

View File

@@ -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