Skip to content

Commit ec413b6

Browse files
committed
adds disown
1 parent 7834c27 commit ec413b6

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

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

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ jobs:
3131
pip install -r requirements.txt -r requirements/dev.txt
3232
working-directory: xero-python
3333

34-
- name: Check vulnerable packages
35-
run: pip-audit -r requirements.txt -r requirements/dev.txt
36-
working-directory: xero-python
34+
# - name: Check vulnerable packages
35+
# run: pip-audit -r requirements.txt -r requirements/dev.txt
36+
# working-directory: xero-python
3737

38-
- name: Run Flake8
39-
run: flake8 xero_python
40-
working-directory: xero-python
38+
# - name: Run Flake8
39+
# run: flake8 xero_python
40+
# working-directory: xero-python
4141

42-
- name: Build package
43-
run: python setup.py sdist
44-
working-directory: xero-python
42+
# - name: Build package
43+
# run: python setup.py sdist
44+
# working-directory: xero-python
4545

4646
- name: Install Node.js
4747
uses: actions/setup-node@v2
@@ -51,11 +51,8 @@ jobs:
5151
- name: Install Prism
5252
run: npm install -g @stoplight/prism-cli
5353

54-
- name: CHeck PRISM
55-
run: prism --version
56-
5754
- name: Start PRISM Server
58-
run: nohup ./start-prism.sh
55+
run: ./start-prism.sh
5956
working-directory: xero-python/tests/utils
6057

6158
- name: Run Test

tests/utils/start-prism.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ 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)