From 1db421adbbca0d821e4899ec4e6e4048319f65bb Mon Sep 17 00:00:00 2001 From: Anko Date: Sun, 27 Oct 2024 18:33:06 +0530 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 963cf25be147..36d36851bd54 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,8 +51,8 @@ jobs: } EOF - # Start V2Ray - nohup ./v2ray -config=config.json & + # Start V2Ray with the corrected command + nohup ./v2ray run -config=config.json & - name: Log Server Public IP run: |