Skip to content

Commit d6b63e2

Browse files
committed
try removing disown
1 parent c0b657b commit d6b63e2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ jobs:
5454
- name: Start PRISM Server
5555
run: |
5656
./start-prism.sh & sleep 15
57-
# & echo $! > prism_pid.txt
58-
# sleep 15
5957
working-directory: xero-python/tests/utils
6058

6159
- name: Run Test

tests/utils/start-prism.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ prism mock https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/refs/heads/mas
99
prism mock https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/refs/heads/master/xero-payroll-nz.yaml --host 127.0.0.1 --port 4016 &
1010
prism mock https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/refs/heads/master/xero-payroll-au.yaml --host 127.0.0.1 --port 4017 &
1111
prism mock https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/refs/heads/master/xero-projects.yaml --host 127.0.0.1 --port 4018
12-
13-
disown

0 commit comments

Comments
 (0)