We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20873cd commit 94a8f5fCopy full SHA for 94a8f5f
.github/workflows/build-test-lint.yml
@@ -53,13 +53,14 @@ jobs:
53
54
- name: Start PRISM Server
55
run: |
56
- ./start-prism.sh & echo $! > prism_pid.txt
+ ./start-prism.sh
57
+ # & echo $! > prism_pid.txt
58
sleep 15
59
working-directory: xero-python/tests/utils
60
61
- name: Run Test
62
- python -m venv venv
63
+ # python -m venv venv
64
source venv/bin/activate
65
pytest -v
66
working-directory: xero-python
0 commit comments