From ef7d3752bba2b45d80ce4b011caf60b53dc3c88b Mon Sep 17 00:00:00 2001 From: Brodey Newman Date: Mon, 11 Nov 2024 02:11:44 +0000 Subject: [PATCH] chore: local --- .github/workflows/pr-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-test.yaml b/.github/workflows/pr-test.yaml index 114d987..38e7193 100644 --- a/.github/workflows/pr-test.yaml +++ b/.github/workflows/pr-test.yaml @@ -30,12 +30,12 @@ jobs: cd /home/brodey/scuda-latest ls - s server & + ./local.sh server & server_pid=$! sleep 5 export SCUDA_SERVER=0.0.0.0 - s test && echo "Tests passed successfully!" || (echo "Tests failed. Exiting..."; exit 1) + ./local.sh test && echo "Tests passed successfully!" || (echo "Tests failed. Exiting..."; exit 1) EOF