tests: move location of usb tests and update workflows for the new paths.

This commit is contained in:
ITotalJustice
2025-08-31 07:37:54 +01:00
parent bc75c9a89f
commit 7bdec8457f
6 changed files with 225 additions and 221 deletions

View File

@@ -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

View File

@@ -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