Skip to content

Commit 94a8f5f

Browse files
committed
commented echo statemenet
1 parent 20873cd commit 94a8f5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,14 @@ jobs:
5353

5454
- name: Start PRISM Server
5555
run: |
56-
./start-prism.sh & echo $! > prism_pid.txt
56+
./start-prism.sh
57+
# & echo $! > prism_pid.txt
5758
sleep 15
5859
working-directory: xero-python/tests/utils
5960

6061
- name: Run Test
6162
run: |
62-
python -m venv venv
63+
# python -m venv venv
6364
source venv/bin/activate
6465
pytest -v
6566
working-directory: xero-python

0 commit comments

Comments
 (0)