Skip to content

Commit

Permalink
commented echo statemenet
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 23, 2024
1 parent 20873cd commit 94a8f5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94a8f5f

Please sign in to comment.