Update Nodes.yaml

This commit is contained in:
Yu Steven
2022-07-10 22:57:23 +08:00
committed by GitHub
parent fcf85c1e47
commit 5decec3b09

View File

@@ -41,7 +41,7 @@ jobs:
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 10s 5m python main.py || true #output ./utils/pool/output.yaml
run: cd ./utils/pool/ && python main.py #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/clashcheck/config.yaml so input ./utils/clashcheck/input.yaml