tests: move location of usb tests and update workflows for the new paths.
This commit is contained in:
4
.github/workflows/python-usb-export.yml
vendored
4
.github/workflows/python-usb-export.yml
vendored
@@ -3,7 +3,7 @@ name: USB Export Python Tests
|
||||
on:
|
||||
push:
|
||||
paths: &python_usb_export_paths
|
||||
- 'tools/test_usb_export.py'
|
||||
- 'tools/tests/test_usb_export.py'
|
||||
- 'tools/usb_export.py'
|
||||
- 'tools/usb_common.py'
|
||||
- 'tools/requirements.txt'
|
||||
@@ -30,4 +30,4 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
python3 tools/test_usb_export.py
|
||||
python3 tools/tests/test_usb_export.py
|
||||
|
||||
4
.github/workflows/python-usb-install.yml
vendored
4
.github/workflows/python-usb-install.yml
vendored
@@ -3,7 +3,7 @@ name: USB Install Python Tests
|
||||
on:
|
||||
push:
|
||||
paths: &python_usb_install_paths
|
||||
- 'tools/test_usb_install.py'
|
||||
- 'tools/tests/test_usb_install.py'
|
||||
- 'tools/usb_install.py'
|
||||
- 'tools/usb_common.py'
|
||||
- 'tools/requirements.txt'
|
||||
@@ -30,4 +30,4 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
python3 tools/test_usb_install.py
|
||||
python3 tools/tests/test_usb_install.py
|
||||
|
||||
Reference in New Issue
Block a user