Skip to content

Commit

Permalink
try removing disown
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 23, 2024
1 parent c0b657b commit d6b63e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
- name: Start PRISM Server
run: |
./start-prism.sh & sleep 15
# & echo $! > prism_pid.txt
# sleep 15
working-directory: xero-python/tests/utils

- name: Run Test
Expand Down
2 changes: 0 additions & 2 deletions tests/utils/start-prism.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ prism mock https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/refs/heads/mas
prism mock https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/refs/heads/master/xero-payroll-nz.yaml --host 127.0.0.1 --port 4016 &
prism mock https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/refs/heads/master/xero-payroll-au.yaml --host 127.0.0.1 --port 4017 &
prism mock https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/refs/heads/master/xero-projects.yaml --host 127.0.0.1 --port 4018

disown

0 comments on commit d6b63e2

Please sign in to comment.