From 94a8f5fb9eaee82076fffe4b35392e2a280ffe7a Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Wed, 23 Oct 2024 10:10:27 +0530 Subject: [PATCH] commented echo statemenet --- .github/workflows/build-test-lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-lint.yml b/.github/workflows/build-test-lint.yml index 94d5053..faf8683 100644 --- a/.github/workflows/build-test-lint.yml +++ b/.github/workflows/build-test-lint.yml @@ -53,13 +53,14 @@ jobs: - name: Start PRISM Server run: | - ./start-prism.sh & echo $! > prism_pid.txt + ./start-prism.sh + # & echo $! > prism_pid.txt sleep 15 working-directory: xero-python/tests/utils - name: Run Test run: | - python -m venv venv + # python -m venv venv source venv/bin/activate pytest -v working-directory: xero-python