File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed
Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ prism mock https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/refs/heads/mas
99prism mock https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/refs/heads/master/xero-payroll-nz.yaml --host 127.0.0.1 --port 4016 &
1010prism mock https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/refs/heads/master/xero-payroll-au.yaml --host 127.0.0.1 --port 4017 &
1111prism mock https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/refs/heads/master/xero-projects.yaml --host 127.0.0.1 --port 4018
12+
13+ disown
You can’t perform that action at this time.
0 commit comments